[PATCH 14/24] ARM: prima2: 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. Cc: Barry Song Signed-off-by: Arnd Bergmann --- arch/arm/mach-prima2/include/mach/uncompress.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 14/24] ARM: prima2: 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. Cc: Barry Song baohua.s...@csr.com Signed-off-by: Arnd Bergmann a...@arndb.de --- arch/arm/mach-prima2/include/mach/uncompress.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)