summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/hp_sdc.c
diff options
context:
space:
mode:
authorMatthew Wilcox2008-07-24 14:30:48 +0200
committerMatthew Wilcox2008-07-24 14:30:48 +0200
commit0f17e4c796e89d1f69f13b653aba60e6ccfb8ae0 (patch)
tree7d34533becf560bb003452414d887e7a08854dba /drivers/input/serio/hp_sdc.c
parentRemove mention of semaphores from kernel-locking (diff)
downloadkernel-qcow2-linux-0f17e4c796e89d1f69f13b653aba60e6ccfb8ae0.tar.gz
kernel-qcow2-linux-0f17e4c796e89d1f69f13b653aba60e6ccfb8ae0.tar.xz
kernel-qcow2-linux-0f17e4c796e89d1f69f13b653aba60e6ccfb8ae0.zip
Add missing semaphore.h includes
These files use semaphores but don't include semaphore.h Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.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 7b233a492ad5..aad664d5259f 100644
--- a/drivers/input/serio/hp_sdc.c
+++ b/drivers/input/serio/hp_sdc.c
@@ -67,6 +67,7 @@
#include <linux/module.h>
#include <linux/ioport.h>
#include <linux/time.h>
+#include <linux/semaphore.h>
#include <linux/slab.h>
#include <linux/hil.h>
#include <linux/semaphore.h>