From: Arnd Bergmann Date: Sat, 1 Oct 2011 20:03:45 +0000 (+0200) Subject: ARM: pxa: use correct __iomem annotations X-Git-Tag: v3.2-rc1~99^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97b09da4ee36ec4bd0f6e16b84b4bb6fa05db110;p=pandora-kernel.git ARM: pxa: use correct __iomem annotations This tries to clear up the confusion between integers and iomem pointers in the marvell pxa platform. MMIO addresses are supposed to be __iomem* values, in order to let the Linux type checking work correctly. This patch moves the cast to __iomem as far back as possible, to the place where the MMIO virtual address windows are defined. Signed-off-by: Arnd Bergmann Signed-off-by: Eric Miao --- Reading git-diff-tree failed