Skip to content

Commit

Permalink
Input: gscps2 - drop pci_ids dependency
Browse files Browse the repository at this point in the history
This driver does not use any PCI IDs, don't include the pci_ids.h header.

Signed-off-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
mstsirkin authored and dtor committed Apr 6, 2015
1 parent 63c4fda commit a54aecb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/input/serio/gscps2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a54aecb

Please sign in to comment.