From: Arnd Bergmann Date: Fri, 14 Sep 2012 20:08:08 +0000 (+0000) Subject: ARM: shmobile: use __iomem pointers for MMIO X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~64^2~1^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4b04dc299dfb691827a4001b3d8d7e443b71c9;p=pandora-kernel.git ARM: shmobile: use __iomem pointers for MMIO ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. This patch is a bit ugly for shmobile, which is the only platform that just uses integer literals all over the place, but I can't see a better way to do this. Acked-by: Simon Horman Cc: Magnus Damm Cc: Kuninori Morimoto Cc: Paul Mundt Cc: linux-sh@vger.kernel.org Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed