summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mach-mcfv4e
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/mach-mcfv4e')
-rw-r--r--arch/m68k/mach-mcfv4e/mcf_reset_cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mach-mcfv4e/mcf_reset_cpu.c b/arch/m68k/mach-mcfv4e/mcf_reset_cpu.c
index c7b77abcf5..3b1a25b269 100644
--- a/arch/m68k/mach-mcfv4e/mcf_reset_cpu.c
+++ b/arch/m68k/mach-mcfv4e/mcf_reset_cpu.c
@@ -27,7 +27,7 @@
/**
* Reset the cpu by setting up the watchdog timer and let it time out
*/
-void reset_cpu (ulong ignored)
+void __noreturn reset_cpu (unsigned long ignored)
{
while ( ignored ) { ; };