aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/pci_v3.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-01-14 19:59:37 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-04-29 18:04:15 +0100
commita285edcf18b8838814d645c7e411a337a825236e (patch)
treece13257ff0d6da7896088732bba59e3a2ebe4658 /arch/arm/mach-integrator/pci_v3.c
parent28d7f4ec98a8edb029ef24c1ee4af6a1ccbc9633 (diff)
downloadkernel_samsung_smdk4412-a285edcf18b8838814d645c7e411a337a825236e.zip
kernel_samsung_smdk4412-a285edcf18b8838814d645c7e411a337a825236e.tar.gz
kernel_samsung_smdk4412-a285edcf18b8838814d645c7e411a337a825236e.tar.bz2
ARM: Fix Versatile&Integrator includes to behave in the same way as Realview
Realview doesn't include mach/platform.h in mach/hardware.h, so make versatile behave in the same way. Also, move the definition of __io_address() into mach/hardware.h, just like Realview. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/pci_v3.c')
-rw-r--r--arch/arm/mach-integrator/pci_v3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/pci_v3.c b/arch/arm/mach-integrator/pci_v3.c
index 148d25f..e87fe9f 100644
--- a/arch/arm/mach-integrator/pci_v3.c
+++ b/arch/arm/mach-integrator/pci_v3.c
@@ -30,6 +30,7 @@
#include <linux/io.h>
#include <mach/hardware.h>
+#include <mach/platform.h>
#include <asm/irq.h>
#include <asm/signal.h>
#include <asm/system.h>