From: Arnd Bergmann Date: Sun, 23 Sep 2012 22:41:21 +0000 (+0000) Subject: ARM: shmobile: add new __iomem annotation for new code X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~62^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28901c1fed11dfeab65f640878e85a9b61d311ed;p=pandora-kernel.git ARM: shmobile: add new __iomem annotation for new code While we fixed up all instances that were already present in v3.6, this one came in through new code. Without this patch, building kzm9g_defconfig results in: arch/arm/mach-shmobile/board-kzm9g.c: In function 'kzm9g_restart': arch/arm/mach-shmobile/board-kzm9g.c:781:2: warning: passing argument 2 of '__raw_writel' makes pointer from integer without a cast [enabled by default] Signed-off-by: Arnd Bergmann Cc: Nobuhiro Iwamatsu Cc: Kuninori Morimoto Cc: Tetsuyuki Kobayashi Cc: Simon Horman --- Reading git-diff-tree failed