[PATCH 43/86] macintosh: use uapi/linux/pci_ids.h directly

Michael S. Tsirkin mst at redhat.com
Mon Mar 30 00:40:55 AEDT 2015


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 at redhat.com>
---
 drivers/macintosh/macio_asic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/macintosh/macio_asic.c b/drivers/macintosh/macio_asic.c
index 4f12c6f..ccf9547 100644
--- a/drivers/macintosh/macio_asic.c
+++ b/drivers/macintosh/macio_asic.c
@@ -20,7 +20,7 @@
 #include <linux/string.h>
 #include <linux/kernel.h>
 #include <linux/pci.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/slab.h>
-- 
MST



More information about the Linuxppc-dev mailing list