]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: shmobile: r8a7779: I/O address abuse cleanup
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 15 Oct 2012 06:35:24 +0000 (23:35 -0700)
committerSimon Horman <horms@verge.net.au>
Fri, 19 Oct 2012 06:39:38 +0000 (15:39 +0900)
commit664a5a2fc7e0890c1ecf7bb1963c9648bb739b5d
treebe72be759a8a5860976c9b378b81e3df2ea80b56
parentb62e3267a4a24841c7e098f9bd827354f1c307d0
ARM: shmobile: r8a7779: I/O address abuse cleanup

a0188637a56223c9baea28ec355ebaeba0713ad3
(ARM: __io abuse cleanup) cleanuped __io() -> IOMEM(),
but setup-r8a7779.c was out of target,
since it directly used (void __iomem __force *) instead of __io().
This patch cleanup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
arch/arm/mach-shmobile/setup-r8a7779.c