]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: imx: include <asm/io.h> in hardware.h
authorShawn Guo <shawn.guo@linaro.org>
Fri, 10 May 2013 01:08:07 +0000 (09:08 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:53:36 +0000 (09:53 +0800)
Commit 24a83fe4b039ef3779efd6b1fc88ee020e8af52f upstream.

As IOMEM is referenced in hardware.h, <asm/io.h> should be included
there.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/hardware.h

index 356131f7b591ddd212b7f1fadb97c626c64eb1e8..a3b0b04b45c90f9bc4808ece62482521f85fcf24 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef __ASM_ARCH_MXC_HARDWARE_H__
 #define __ASM_ARCH_MXC_HARDWARE_H__
 
+#include <asm/io.h>
 #include <asm/sizes.h>
 
 #define addr_in_module(addr, mod) \