On Sun, Mar 11, 2012 at 10:08 PM, 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>
Acked-by: Linus Walleij <redacted>
For:
?arch/arm/mach-u300/include/mach/u300-regs.h ? ? | ? ?6 ------
Yours,
Linus Walleij