[PATCH 03/24] ARM: ebsa110: use __iomem pointers for MMIO

2012-09-14 Thread Arnd Bergmann
ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. Signed-off-by: Arnd Bergmann --- arch/arm/mach-ebsa110/core.c |8 arch/arm/mach-ebsa110/core.h | 12 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff

[PATCH 03/24] ARM: ebsa110: use __iomem pointers for MMIO

2012-09-14 Thread Arnd Bergmann
ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. Signed-off-by: Arnd Bergmann a...@arndb.de --- arch/arm/mach-ebsa110/core.c |8 arch/arm/mach-ebsa110/core.h | 12 ++-- 2 files changed, 10 insertions(+), 10