On Sun, Oct 09, 2011 at 10:27:51PM -0700, Olof Johansson wrote: > +#ifdef __ASSEMBLY__ > +#define __IOVADDR(x) (x) > +#else > +#define __IOVADDR(x) ((void __force __iomem *)(x)) Please call this IOMEM() - see: grep '#define *IOMEM' arch/arm/*/include/mach -r for its establishment across several implementations. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html