aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/52xx/mpc52xx_pci.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2015-06-04 16:37:34 -0500
committerBjorn Helgaas <bhelgaas@google.com>2015-06-08 07:55:03 -0500
commitcd11433eda42815ab53c8be44580a0009000b761 (patch)
treea9fda1f77716757924e425cb7b047039e9d2d089 /arch/powerpc/platforms/52xx/mpc52xx_pci.c
parentLinux 4.1-rc2 (diff)
downloadlinux-dev-cd11433eda42815ab53c8be44580a0009000b761.tar.xz
linux-dev-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 '')
-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>