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-imx/speed-imx31.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-imx/speed-imx31.c') diff --git a/arch/arm/mach-imx/speed-imx31.c b/arch/arm/mach-imx/speed-imx31.c index 32a517d724..d3f168c4ae 100644 --- a/arch/arm/mach-imx/speed-imx31.c +++ b/arch/arm/mach-imx/speed-imx31.c @@ -16,7 +16,7 @@ */ #include -#include +#include #include #include #include -- cgit v1.2.3