aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/cell/setup.c')
-rw-r--r--arch/powerpc/platforms/cell/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/setup.c b/arch/powerpc/platforms/cell/setup.c
index 25e0f68d0531..56273e56cbfb 100644
--- a/arch/powerpc/platforms/cell/setup.c
+++ b/arch/powerpc/platforms/cell/setup.c
@@ -217,5 +217,6 @@ struct machdep_calls __initdata cell_md = {
217#ifdef CONFIG_KEXEC 217#ifdef CONFIG_KEXEC
218 .machine_kexec = default_machine_kexec, 218 .machine_kexec = default_machine_kexec,
219 .machine_kexec_prepare = default_machine_kexec_prepare, 219 .machine_kexec_prepare = default_machine_kexec_prepare,
220 .machine_crash_shutdown = default_machine_crash_shutdown,
220#endif 221#endif
221}; 222};