summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-bcm47xx/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-bcm47xx/reset.c')
-rw-r--r--arch/mips/mach-bcm47xx/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-bcm47xx/reset.c b/arch/mips/mach-bcm47xx/reset.c
index 33dfb7b3b5..3ab9b0ce4b 100644
--- a/arch/mips/mach-bcm47xx/reset.c
+++ b/arch/mips/mach-bcm47xx/reset.c
@@ -19,7 +19,7 @@ static void __noreturn bcm47xx_restart_soc(struct restart_handler *rst)
static int restart_register_feature(void)
{
- restart_handler_register_fn(bcm47xx_restart_soc);
+ restart_handler_register_fn("soc", bcm47xx_restart_soc);
return 0;
}