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
parent63a59fa7a74fccff64dbf7d9230bd9d91bddead4 (diff)
downloadkernel_samsung_smdk4412-4933d07531711e399d8d578036aa9fc1be2f9b20.zip
kernel_samsung_smdk4412-4933d07531711e399d8d578036aa9fc1be2f9b20.tar.gz
kernel_samsung_smdk4412-4933d07531711e399d8d578036aa9fc1be2f9b20.tar.bz2
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 02b3ad8..edfedd9 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>