diff options
Diffstat (limited to 'arch/powerpc/platforms/maple')
-rw-r--r-- | arch/powerpc/platforms/maple/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/maple/setup.c b/arch/powerpc/platforms/maple/setup.c index 8724e031e96..65fe4c166a6 100644 --- a/arch/powerpc/platforms/maple/setup.c +++ b/arch/powerpc/platforms/maple/setup.c | |||
@@ -282,5 +282,6 @@ struct machdep_calls __initdata maple_md = { | |||
282 | #ifdef CONFIG_KEXEC | 282 | #ifdef CONFIG_KEXEC |
283 | .machine_kexec = default_machine_kexec, | 283 | .machine_kexec = default_machine_kexec, |
284 | .machine_kexec_prepare = default_machine_kexec_prepare, | 284 | .machine_kexec_prepare = default_machine_kexec_prepare, |
285 | .machine_crash_shutdown = default_machine_crash_shutdown, | ||
285 | #endif | 286 | #endif |
286 | }; | 287 | }; |