summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-05-28 15:47:53 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-05-28 15:47:53 +1000
commit4307d699fe862f594d27fc3e877de5628142aeb7 (patch)
tree13f3914efca0e275385ac5d167283dc7016af5bc
parentbdee1c274d5bac6154deaf2d995f4e9d26171cd8 (diff)
hil_kbd: restore pci_ids.h
This was removed by a semaphore patch (presumable by accident). Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--drivers/input/keyboard/hil_kbd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/keyboard/hil_kbd.c b/drivers/input/keyboard/hil_kbd.c
index c0336ff2362b..724f5b401723 100644
--- a/drivers/input/keyboard/hil_kbd.c
+++ b/drivers/input/keyboard/hil_kbd.c
@@ -38,6 +38,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
+#include <linux/pci_ids.h>
#include <linux/semaphore.h>
#define PREFIX "HIL KEYB: "