projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bed4ab7
)
staging: fix hv_mouse build, needs delay.h
author
Randy Dunlap
<
[email protected]
>
Fri, 1 Apr 2011 16:50:54 +0000
(09:50 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 5 Apr 2011 04:37:05 +0000
(21:37 -0700)
Fix hv_mouse.c build, it needs delay.h:
drivers/staging/hv/hv_mouse.c:293: error: implicit declaration of function 'udelay'
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Hank Janssen <
[email protected]
>
Cc: Haiyang Zhang <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/hv/hv_mouse.c
patch
|
blob
|
history
diff --git
a/drivers/staging/hv/hv_mouse.c
b/drivers/staging/hv/hv_mouse.c
index cbe568616850750c4d4948ee980266f0c46d123b..05b86cc09dbab1762ce49f34d859ba8aaf9ecd86 100644
(file)
--- a/
drivers/staging/hv/hv_mouse.c
+++ b/
drivers/staging/hv/hv_mouse.c
@@
-14,6
+14,7
@@
*/
#include <linux/init.h>
#include <linux/module.h>
+#include <linux/delay.h>
#include <linux/device.h>
#include <linux/workqueue.h>
#include <linux/sched.h>