[PATCH 04/86] powerpc/pci: use uapi/linux/pci_ids.h directly
From: Michael S. Tsirkin
Date: Sun Mar 29 2015 - 09:37:57 EST
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@xxxxxxxxxx>
---
arch/powerpc/platforms/embedded6xx/mpc10x.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/platforms/embedded6xx/mpc10x.h b/arch/powerpc/platforms/embedded6xx/mpc10x.h
index b290b63..4175800 100644
--- a/arch/powerpc/platforms/embedded6xx/mpc10x.h
+++ b/arch/powerpc/platforms/embedded6xx/mpc10x.h
@@ -13,7 +13,7 @@
#ifndef __PPC_KERNEL_MPC10X_H
#define __PPC_KERNEL_MPC10X_H
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include <asm/pci-bridge.h>
/*
@@ -35,7 +35,7 @@
/*
* Define the vendor/device IDs for the various bridges--should be added to
- * <linux/pci_ids.h>
+ * <uapi/linux/pci_ids.h>
*/
#define MPC10X_BRIDGE_106 ((PCI_DEVICE_ID_MOTOROLA_MPC106 << 16) | \
PCI_VENDOR_ID_MOTOROLA)
--
MST
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/