aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/platforms/celleb/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/celleb/setup.c b/arch/powerpc/platforms/celleb/setup.c
index 1de63acfda87..5f4d0d933238 100644
--- a/arch/powerpc/platforms/celleb/setup.c
+++ b/arch/powerpc/platforms/celleb/setup.c
@@ -137,10 +137,12 @@ static int celleb_check_legacy_ioport(unsigned int baseport)
137 return -ENODEV; 137 return -ENODEV;
138} 138}
139 139
140#ifdef CONFIG_KEXEC
140static void celleb_kexec_cpu_down(int crash, int secondary) 141static void celleb_kexec_cpu_down(int crash, int secondary)
141{ 142{
142 beatic_deinit_IRQ(); 143 beatic_deinit_IRQ();
143} 144}
145#endif
144 146
145static struct of_device_id celleb_bus_ids[] = { 147static struct of_device_id celleb_bus_ids[] = {
146 { .type = "scc", }, 148 { .type = "scc", },