aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/hp_sdc.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2008-05-05 21:16:13 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2008-05-05 12:37:25 -0700
commit4933d07531711e399d8d578036aa9fc1be2f9b20 (patch)
treeb392bb66e99e592e5eb3761e444779f5f1e7ae4c /drivers/input/serio/hp_sdc.c
parentm68k: serial167 missing return value in cy_put_char() (diff)
downloadlinux-dev-4933d07531711e399d8d578036aa9fc1be2f9b20.tar.xz
linux-dev-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/serio/hp_sdc.c')
-rw-r--r--drivers/input/serio/hp_sdc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/serio/hp_sdc.c b/drivers/input/serio/hp_sdc.c
index 02b3ad8c0826..edfedd9a166c 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>