diff options
author | Matthew Wilcox <matthew@wil.cx> | 2008-07-24 08:30:48 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@linux.intel.com> | 2008-07-24 08:30:48 -0400 |
commit | 0f17e4c796e89d1f69f13b653aba60e6ccfb8ae0 (patch) | |
tree | 7d34533becf560bb003452414d887e7a08854dba /drivers/input/keyboard/hil_kbd.c | |
parent | 78305de2f99e9f43ab860dd95bb430b20e26c695 (diff) |
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/keyboard/hil_kbd.c')
-rw-r--r-- | drivers/input/keyboard/hil_kbd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/keyboard/hil_kbd.c b/drivers/input/keyboard/hil_kbd.c index adbf29f0169d..71c1971abf80 100644 --- a/drivers/input/keyboard/hil_kbd.c +++ b/drivers/input/keyboard/hil_kbd.c | |||
@@ -37,6 +37,7 @@ | |||
37 | #include <linux/kernel.h> | 37 | #include <linux/kernel.h> |
38 | #include <linux/module.h> | 38 | #include <linux/module.h> |
39 | #include <linux/init.h> | 39 | #include <linux/init.h> |
40 | #include <linux/semaphore.h> | ||
40 | #include <linux/slab.h> | 41 | #include <linux/slab.h> |
41 | #include <linux/pci_ids.h> | 42 | #include <linux/pci_ids.h> |
42 | 43 | ||