aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-versatile/versatile_ab.c
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-01-07 13:52:45 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-01-07 13:52:45 +0000
commita62c80e559809e6c7851ec04d30575e85ad6f6ed (patch)
tree7d91fd1f5186ad0d95498f65acfa5a10942133d6 /arch/arm/mach-versatile/versatile_ab.c
parent6351610d6906aacbf9176cbdd045dd3876eec4c0 (diff)
downloadkernel_samsung_smdk4412-a62c80e559809e6c7851ec04d30575e85ad6f6ed.zip
kernel_samsung_smdk4412-a62c80e559809e6c7851ec04d30575e85ad6f6ed.tar.gz
kernel_samsung_smdk4412-a62c80e559809e6c7851ec04d30575e85ad6f6ed.tar.bz2
[ARM] Move AMBA include files to include/linux/amba/
Since the ARM AMBA bus is used on MIPS as well as ARM, we need to make the bus available for other architectures to use. Move the AMBA include files from include/asm-arm/hardware/ to include/linux/amba/ Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-versatile/versatile_ab.c')
-rw-r--r--arch/arm/mach-versatile/versatile_ab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-versatile/versatile_ab.c b/arch/arm/mach-versatile/versatile_ab.c
index 8b0b3be..e74c8a2 100644
--- a/arch/arm/mach-versatile/versatile_ab.c
+++ b/arch/arm/mach-versatile/versatile_ab.c
@@ -23,12 +23,12 @@
#include <linux/init.h>
#include <linux/device.h>
#include <linux/sysdev.h>
+#include <linux/amba/bus.h>
#include <asm/hardware.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/mach-types.h>
-#include <asm/hardware/amba.h>
#include <asm/mach/arch.h>