summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-loongson/loongson1_reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mach-loongson/loongson1_reset.c')
-rw-r--r--arch/mips/mach-loongson/loongson1_reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-loongson/loongson1_reset.c b/arch/mips/mach-loongson/loongson1_reset.c
index a6c05905de..85752f4ab8 100644
--- a/arch/mips/mach-loongson/loongson1_reset.c
+++ b/arch/mips/mach-loongson/loongson1_reset.c
@@ -20,7 +20,7 @@ static void __noreturn longhorn_restart_soc(struct restart_handler *rst)
static int restart_register_feature(void)
{
- restart_handler_register_fn(longhorn_restart_soc);
+ restart_handler_register_fn("soc-wdt", longhorn_restart_soc);
return 0;
}