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 79c7b44a94ee..3c0552016b91 100644
--- a/drivers/macintosh/via-pmu.c
+++ b/drivers/macintosh/via-pmu.c
@@ -158,8 +158,8 @@ static int pmu_version;
158static int drop_interrupts; 158static int drop_interrupts;
159#if defined(CONFIG_PM) && defined(CONFIG_PPC32) 159#if defined(CONFIG_PM) && defined(CONFIG_PPC32)
160static int option_lid_wakeup = 1; 160static int option_lid_wakeup = 1;
161static int sleep_in_progress;
162#endif /* CONFIG_PM && CONFIG_PPC32 */ 161#endif /* CONFIG_PM && CONFIG_PPC32 */
162static int sleep_in_progress;
163static unsigned long async_req_locks; 163static unsigned long async_req_locks;
164static unsigned int pmu_irq_stats[11]; 164static unsigned int pmu_irq_stats[11];
165 165