From: Pavel Machek This fixes u32 vs. pm_message_t confusion in macintosh. Signed-off-by: Andrew Morton --- 25-akpm/drivers/macintosh/via-pmu.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/macintosh/via-pmu.c~fix-u32-vs-pm_message_t-in-macintosh drivers/macintosh/via-pmu.c --- 25/drivers/macintosh/via-pmu.c~fix-u32-vs-pm_message_t-in-macintosh 2005-03-10 19:37:50.000000000 -0800 +++ 25-akpm/drivers/macintosh/via-pmu.c 2005-03-10 19:37:50.000000000 -0800 @@ -2340,7 +2340,7 @@ pmac_suspend_devices(void) } /* Send suspend call to devices, hold the device core's dpm_sem */ - ret = device_suspend(PM_SUSPEND_MEM); + ret = device_suspend(PMSG_SUSPEND); if (ret) { broadcast_wake(); printk(KERN_ERR "Driver sleep failed\n"); _