* [PATCH 42/86] input/serio: use uapi/linux/pci_ids.h directly
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
@ 2015-03-29 13:40 ` Michael S. Tsirkin
2015-03-29 13:43 ` [PATCH 81/86] input/serio: drop pci_ids dependency Michael S. Tsirkin
1 sibling, 0 replies; 2+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:40 UTC (permalink / raw)
To: linux-kernel
Cc: James E.J. Bottomley, Helge Deller, Dmitry Torokhov, linux-parisc,
linux-input
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h,
use the new header directly so we can drop
the wrapper in include/linux/pci_ids.h.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
drivers/input/serio/gscps2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/serio/gscps2.c b/drivers/input/serio/gscps2.c
index 94ab494..b7d0854 100644
--- a/drivers/input/serio/gscps2.c
+++ b/drivers/input/serio/gscps2.c
@@ -31,7 +31,7 @@
#include <linux/spinlock.h>
#include <linux/delay.h>
#include <linux/ioport.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include <asm/irq.h>
#include <asm/io.h>
--
MST
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 81/86] input/serio: drop pci_ids dependency
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
2015-03-29 13:40 ` [PATCH 42/86] input/serio: use uapi/linux/pci_ids.h directly Michael S. Tsirkin
@ 2015-03-29 13:43 ` Michael S. Tsirkin
1 sibling, 0 replies; 2+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:43 UTC (permalink / raw)
To: linux-kernel
Cc: James E.J. Bottomley, Helge Deller, Dmitry Torokhov, linux-parisc,
linux-input
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>
---
drivers/input/serio/gscps2.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/input/serio/gscps2.c b/drivers/input/serio/gscps2.c
index b7d0854..ecba666 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 <uapi/linux/pci_ids.h>
#include <asm/irq.h>
#include <asm/io.h>
--
MST
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-29 13:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
2015-03-29 13:40 ` [PATCH 42/86] input/serio: use uapi/linux/pci_ids.h directly Michael S. Tsirkin
2015-03-29 13:43 ` [PATCH 81/86] input/serio: drop pci_ids dependency Michael S. Tsirkin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).