diff options
Diffstat (limited to 'arch/powerpc/platforms/chrp/setup.c')
-rw-r--r-- | arch/powerpc/platforms/chrp/setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/chrp/setup.c b/arch/powerpc/platforms/chrp/setup.c index 5b77b1919fd2..860a59eb8ea2 100644 --- a/arch/powerpc/platforms/chrp/setup.c +++ b/arch/powerpc/platforms/chrp/setup.c | |||
@@ -585,6 +585,8 @@ static int __init chrp_probe(void) | |||
585 | DMA_MODE_READ = 0x44; | 585 | DMA_MODE_READ = 0x44; |
586 | DMA_MODE_WRITE = 0x48; | 586 | DMA_MODE_WRITE = 0x48; |
587 | 587 | ||
588 | pm_power_off = rtas_power_off; | ||
589 | |||
588 | return 1; | 590 | return 1; |
589 | } | 591 | } |
590 | 592 | ||
@@ -597,7 +599,6 @@ define_machine(chrp) { | |||
597 | .show_cpuinfo = chrp_show_cpuinfo, | 599 | .show_cpuinfo = chrp_show_cpuinfo, |
598 | .init_IRQ = chrp_init_IRQ, | 600 | .init_IRQ = chrp_init_IRQ, |
599 | .restart = rtas_restart, | 601 | .restart = rtas_restart, |
600 | .power_off = rtas_power_off, | ||
601 | .halt = rtas_halt, | 602 | .halt = rtas_halt, |
602 | .time_init = chrp_time_init, | 603 | .time_init = chrp_time_init, |
603 | .set_rtc_time = chrp_set_rtc_time, | 604 | .set_rtc_time = chrp_set_rtc_time, |