diff options
-rw-r--r-- | arch/arm/mach-shmobile/board-armadillo800eva-reference.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva-reference.c b/arch/arm/mach-shmobile/board-armadillo800eva-reference.c index 03b85fec2ddb..8f677df2d4c4 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva-reference.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva-reference.c | |||
@@ -190,10 +190,10 @@ static void __init eva_init(void) | |||
190 | } | 190 | } |
191 | 191 | ||
192 | #define RESCNT2 IOMEM(0xe6188020) | 192 | #define RESCNT2 IOMEM(0xe6188020) |
193 | static void eva_restart(char mode, const char *cmd) | 193 | static void eva_restart(enum reboot_mode mode, const char *cmd) |
194 | { | 194 | { |
195 | /* Do soft power on reset */ | 195 | /* Do soft power on reset */ |
196 | writel((1 << 31), RESCNT2); | 196 | writel(1 << 31, RESCNT2); |
197 | } | 197 | } |
198 | 198 | ||
199 | static const char *eva_boards_compat_dt[] __initdata = { | 199 | static const char *eva_boards_compat_dt[] __initdata = { |