From: Thomas Petazzoni Date: Tue, 11 Sep 2012 12:27:18 +0000 (+0200) Subject: arm: mach-dove: use IOMEM() for base address definitions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~1^2^2~4^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3c5a2815d0b7ebde157556685a0ef8ffa34b98c;p=pandora-kernel.git arm: mach-dove: use IOMEM() for base address definitions We now define all virtual base address constants using IOMEM() so that those are naturally typed as void __iomem pointers, and we do the necessary adjustements in the mach-dove code. Note that we introduce a few temporary additional "unsigned long" casts when calling into plat-orion functions. Those are removed by followup patches converting plat-orion functions to void __iomem pointers as well. Signed-off-by: Thomas Petazzoni Acked-by: Arnd Bergmann Tested-by: Andrew Lunn Signed-off-by: Jason Cooper --- Reading git-diff-tree failed