Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: imx: include <asm/io.h> in hardware.h

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

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

Shawn Guo 24a83fe4 2e603ad9

+1
+1
arch/arm/mach-imx/hardware.h
··· 20 20 #ifndef __ASM_ARCH_MXC_HARDWARE_H__ 21 21 #define __ASM_ARCH_MXC_HARDWARE_H__ 22 22 23 + #include <asm/io.h> 23 24 #include <asm/sizes.h> 24 25 25 26 #define addr_in_module(addr, mod) \