summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nomadik
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-09-22 19:02:57 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-09-22 19:03:05 +0200
commit3ee7877a489be6e5b74b7deba91f2eecddba4e06 (patch)
treeca714429de18eb01c939705958c6f41409f8e1dd /arch/arm/mach-nomadik
parent0972e837c3631c4fbbf16080c76ebad0c94086d7 (diff)
downloadbarebox-3ee7877a489be6e5b74b7deba91f2eecddba4e06.tar.gz
barebox-3ee7877a489be6e5b74b7deba91f2eecddba4e06.tar.xz
introduce io.h
To allow for some generic io accessors introduce io.h and use this instead of asm/io.h throughout the tree. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-nomadik')
-rw-r--r--arch/arm/mach-nomadik/reset.c2
-rw-r--r--arch/arm/mach-nomadik/timer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-nomadik/reset.c b/arch/arm/mach-nomadik/reset.c
index d55f278293..6ea74dd6c0 100644
--- a/arch/arm/mach-nomadik/reset.c
+++ b/arch/arm/mach-nomadik/reset.c
@@ -18,7 +18,7 @@
*/
#include <common.h>
-#include <asm/io.h>
+#include <io.h>
#include <mach/hardware.h>
void __noreturn reset_cpu(unsigned long addr)
diff --git a/arch/arm/mach-nomadik/timer.c b/arch/arm/mach-nomadik/timer.c
index 7de1f391a6..becd36357a 100644
--- a/arch/arm/mach-nomadik/timer.c
+++ b/arch/arm/mach-nomadik/timer.c
@@ -11,7 +11,7 @@
#include <common.h>
#include <init.h>
#include <clock.h>
-#include <asm/io.h>
+#include <io.h>
#include <mach/hardware.h>
#include <mach/mtu.h>
#include <mach/timex.h>