From: Linus Walleij Date: Tue, 7 Jun 2011 08:40:51 +0000 (+0100) Subject: ARM: 6949/2: mach-u300: fix compilaton warning in IO accessors X-Git-Tag: v3.0-rc4~35^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6075e9df471e35f2ebf4c73c95c304d0473bd4b2;p=pandora-kernel.git ARM: 6949/2: mach-u300: fix compilaton warning in IO accessors The IO accessors for U300 were using u32 rather than the nominal void __iomem * type, rectify this by properly defining the virtual base for statically mapped peripherals to be void __iomem *. Requires fixing a field in struct clk as well. Signed-off-by: Linus Walleij Signed-off-by: Russell King --- Reading git-diff-tree failed