projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c4fda
)
Input: gscps2 - drop pci_ids dependency
author
Michael S. Tsirkin
<mst@redhat.com>
Mon, 6 Apr 2015 16:23:30 +0000
(09:23 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 6 Apr 2015 16:38:08 +0000
(09:38 -0700)
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>
drivers/input/serio/gscps2.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/serio/gscps2.c
b/drivers/input/serio/gscps2.c
index 94ab494a6ade8d492cbf01d32bc06366c59fd762..ecba666afadb7c544e9d2078a857e3fca0aaa49c 100644
(file)
--- 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>