aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/macintosh/via-pmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/via-pmu.c b/drivers/macintosh/via-pmu.c
index aefc0c1a862c..fdea1a3a631d 100644
--- a/drivers/macintosh/via-pmu.c
+++ b/drivers/macintosh/via-pmu.c
@@ -2371,7 +2371,7 @@ pmac_suspend_devices(void)
2371 * use this but still... This will take care of sysdev's as well, so 2371 * use this but still... This will take care of sysdev's as well, so
2372 * we exit from here with local irqs disabled and PIC off. 2372 * we exit from here with local irqs disabled and PIC off.
2373 */ 2373 */
2374 ret = device_power_down(PM_SUSPEND_MEM); 2374 ret = device_power_down(PMSG_SUSPEND);
2375 if (ret) { 2375 if (ret) {
2376 wakeup_decrementer(); 2376 wakeup_decrementer();
2377 local_irq_enable(); 2377 local_irq_enable();