summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/52xx
diff options
context:
space:
mode:
authorBjorn Helgaas2015-06-04 23:37:34 +0200
committerBjorn Helgaas2015-06-08 14:55:03 +0200
commitcd11433eda42815ab53c8be44580a0009000b761 (patch)
treea9fda1f77716757924e425cb7b047039e9d2d089 /arch/powerpc/platforms/52xx
parentLinux 4.1-rc2 (diff)
downloadkernel-qcow2-linux-cd11433eda42815ab53c8be44580a0009000b761.tar.gz
kernel-qcow2-linux-cd11433eda42815ab53c8be44580a0009000b761.tar.xz
kernel-qcow2-linux-cd11433eda42815ab53c8be44580a0009000b761.zip
PCI: Include <linux/pci.h>, not <asm/pci.h>
We already include <asm/pci.h> from <linux/pci.h>, so just include <linux/pci.h> directly. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> CC: linuxppc-dev@lists.ozlabs.org CC: linux-s390@vger.kernel.org
Diffstat (limited to 'arch/powerpc/platforms/52xx')
-rw-r--r--arch/powerpc/platforms/52xx/mpc52xx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_pci.c b/arch/powerpc/platforms/52xx/mpc52xx_pci.c
index e2d401ad8fbb..6eb3b2abae90 100644
--- a/arch/powerpc/platforms/52xx/mpc52xx_pci.c
+++ b/arch/powerpc/platforms/52xx/mpc52xx_pci.c
@@ -12,7 +12,7 @@
#undef DEBUG
-#include <asm/pci.h>
+#include <linux/pci.h>
#include <asm/mpc52xx.h>
#include <asm/delay.h>
#include <asm/machdep.h>