]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ARM: shmobile: remove additional __io() macro use
authorArnd Bergmann <arnd@arndb.de>
Wed, 14 Mar 2012 00:05:42 +0000 (01:05 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 14 Mar 2012 00:05:42 +0000 (01:05 +0100)
setup-r8a7779.c has grown a new user of the __io() macro. Rob Herring's
PIO cleanup series already gets rid of all other uses in shmobile, so
we should ensure that this one gets removed as well.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/mach-shmobile/setup-r8a7779.c

index ce57d90c4bbcf0ad1a485812989ca7b028d1b513..6820d785493db3a2c1516cb4f1fc01461dae6579 100644 (file)
@@ -246,7 +246,7 @@ void __init r8a7779_add_standard_devices(void)
 {
 #ifdef CONFIG_CACHE_L2X0
        /* Early BRESP enable, Shared attribute override enable, 64K*16way */
-       l2x0_init(__io(0xf0100000), 0x40470000, 0x82000fff);
+       l2x0_init((void __iomem __force *)(0xf0100000), 0x40470000, 0x82000fff);
 #endif
        r8a7779_pm_init();