From 3ee7877a489be6e5b74b7deba91f2eecddba4e06 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 22 Sep 2011 19:02:57 +0200 Subject: 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 --- arch/arm/mach-ep93xx/led.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-ep93xx/led.c') diff --git a/arch/arm/mach-ep93xx/led.c b/arch/arm/mach-ep93xx/led.c index 6d6b90235f..91f33d1aea 100644 --- a/arch/arm/mach-ep93xx/led.c +++ b/arch/arm/mach-ep93xx/led.c @@ -21,7 +21,7 @@ */ #include -#include +#include #include #define GREEN_LED_POS 0x01 -- cgit v1.2.3