aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-04-06 09:23:30 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-04-06 09:38:08 -0700
commita54aecbd3ad08f6a5e9546a3602af7d88cc5a613 (patch)
treebdbfff994e19a002ebf780ece7f74ada58ebaabe
parentInput: synaptics - allocate 3 slots to keep stability in image sensors (diff)
downloadlinux-dev-a54aecbd3ad08f6a5e9546a3602af7d88cc5a613.tar.xz
linux-dev-a54aecbd3ad08f6a5e9546a3602af7d88cc5a613.zip
Input: gscps2 - drop pci_ids dependency
This driver does not use any PCI IDs, don't include the pci_ids.h header. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r--drivers/input/serio/gscps2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/serio/gscps2.c b/drivers/input/serio/gscps2.c
index 94ab494a6ade..ecba666afadb 100644
--- a/drivers/input/serio/gscps2.c
+++ b/drivers/input/serio/gscps2.c
@@ -31,7 +31,6 @@
#include <linux/spinlock.h>
#include <linux/delay.h>
#include <linux/ioport.h>
-#include <linux/pci_ids.h>
#include <asm/irq.h>
#include <asm/io.h>