aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/board-kzm9g.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c
index fd21fb6f995..5d792e47530 100644
--- a/arch/arm/mach-shmobile/board-kzm9g.c
+++ b/arch/arm/mach-shmobile/board-kzm9g.c
@@ -765,7 +765,7 @@ static void __init kzm_init(void)
765 765
766static void kzm9g_restart(char mode, const char *cmd) 766static void kzm9g_restart(char mode, const char *cmd)
767{ 767{
768#define RESCNT2 0xe6188020 768#define RESCNT2 IOMEM(0xe6188020)
769 /* Do soft power on reset */ 769 /* Do soft power on reset */
770 writel((1 << 31), RESCNT2); 770 writel((1 << 31), RESCNT2);
771} 771}