diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-05-05 21:16:13 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-05 12:37:25 -0700 |
commit | 4933d07531711e399d8d578036aa9fc1be2f9b20 (patch) | |
tree | b392bb66e99e592e5eb3761e444779f5f1e7ae4c /drivers/input | |
parent | 63a59fa7a74fccff64dbf7d9230bd9d91bddead4 (diff) | |
download | linux-3.10-4933d07531711e399d8d578036aa9fc1be2f9b20.tar.gz linux-3.10-4933d07531711e399d8d578036aa9fc1be2f9b20.tar.bz2 linux-3.10-4933d07531711e399d8d578036aa9fc1be2f9b20.zip |
m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>
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>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/serio/hp_sdc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/serio/hp_sdc.c b/drivers/input/serio/hp_sdc.c index 02b3ad8c082..edfedd9a166 100644 --- 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> |