On Mon, Mar 12, 2012 at 5:08 AM, Rob Herring [off-list ref] wrote:
From: Rob Herring <redacted>
Several platforms create IOMEM defines for casting to 'void __iomem *',
and other platforms are incorrectly using __io() macro for the same
purpose. This creates a common definition and removes all the platform
specific versions. Rather than try to make linux/io.h and asm/io.h
assembly safe, the assembly version of IOMEM is moved into
asm/assembler.h.
Signed-off-by: Rob Herring <redacted>
?arch/arm/mach-mmp/include/mach/addr-map.h ? ? ? | ? ?6 ------
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>