projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a59fa
)
m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 5 May 2008 19:16:13 +0000
(21:16 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 5 May 2008 19:37:25 +0000
(12:37 -0700)
drivers/input/serio/hp_sdc.c: In function 'hp_sdc_take':
drivers/input/serio/hp_sdc.c:198: error: implicit declaration of function 'up'
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/input/serio/hp_sdc.c
patch
|
blob
|
history
diff --git
a/drivers/input/serio/hp_sdc.c
b/drivers/input/serio/hp_sdc.c
index
02b3ad8
..
edfedd9
100644
(file)
--- a/
drivers/input/serio/hp_sdc.c
+++ b/
drivers/input/serio/hp_sdc.c
@@
-69,6
+69,7
@@
#include <linux/time.h>
#include <linux/slab.h>
#include <linux/hil.h>
+#include <linux/semaphore.h>
#include <asm/io.h>
#include <asm/system.h>