[PATCH 2/3] mach-u300: fix compilaton warning in IO accessors

Russell King - ARM Linux linux at arm.linux.org.uk
Mon Jun 6 05:55:32 EDT 2011


On Tue, May 31, 2011 at 11:08:53PM +0200, Linus Walleij wrote:
> +#ifdef __ASSEMBLER__
> +#define IOADD(a) (a)
> +#else
> +#define IOADD(a) (void __iomem *) a
> +#endif

Is there a reason this can't be called 'IOMEM' like other architectures
call it?



More information about the linux-arm-kernel mailing list