From: Thomas Petazzoni Date: Tue, 11 Sep 2012 12:27:21 +0000 (+0200) Subject: arm: mach-orion5x: use IOMEM() for base address definitions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~1^2^2~4^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3904a39321422d424f790d18a4746b99e1aed0e9;p=pandora-kernel.git arm: mach-orion5x: 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-orion5x 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