summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-highbank/reset.c')
-rw-r--r--arch/arm/mach-highbank/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-highbank/reset.c b/arch/arm/mach-highbank/reset.c
index d73a0a76a5..ea3908ec2b 100644
--- a/arch/arm/mach-highbank/reset.c
+++ b/arch/arm/mach-highbank/reset.c
@@ -33,7 +33,7 @@ static void __noreturn highbank_poweroff(struct poweroff_handler *handler)
static int highbank_init(void)
{
- restart_handler_register_fn(highbank_restart_soc);
+ restart_handler_register_fn("soc", highbank_restart_soc);
poweroff_handler_register_fn(highbank_poweroff);
return 0;