Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michael S. Tsirkin and committed by
Dmitry Torokhov
a54aecbd 63c4fda3

-1
-1
drivers/input/serio/gscps2.c
··· 31 31 #include <linux/spinlock.h> 32 32 #include <linux/delay.h> 33 33 #include <linux/ioport.h> 34 - #include <linux/pci_ids.h> 35 34 36 35 #include <asm/irq.h> 37 36 #include <asm/io.h>