diff options
author | Kristian Mueller <Kristian-M@Kristian-M.de> | 2005-12-14 23:31:55 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-08 23:05:51 -0500 |
commit | a04c8780fd234aeeba5e87f7e37beffd05ef21ae (patch) | |
tree | f7536fe6ac9e56d5760539a63430df69dcee320c /drivers/macintosh | |
parent | 14c89e7fc84ae55354b8bf12fee1b6d14f259c8a (diff) |
[PATCH] via-pmu: compile without Power Management support
Fix compilation of via-pmu.c without Power Management support.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/macintosh')
-rw-r--r-- | drivers/macintosh/via-pmu.c | 2 |
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; | |||
158 | static int drop_interrupts; | 158 | static int drop_interrupts; |
159 | #if defined(CONFIG_PM) && defined(CONFIG_PPC32) | 159 | #if defined(CONFIG_PM) && defined(CONFIG_PPC32) |
160 | static int option_lid_wakeup = 1; | 160 | static int option_lid_wakeup = 1; |
161 | static int sleep_in_progress; | ||
162 | #endif /* CONFIG_PM && CONFIG_PPC32 */ | 161 | #endif /* CONFIG_PM && CONFIG_PPC32 */ |
162 | static int sleep_in_progress; | ||
163 | static unsigned long async_req_locks; | 163 | static unsigned long async_req_locks; |
164 | static unsigned int pmu_irq_stats[11]; | 164 | static unsigned int pmu_irq_stats[11]; |
165 | 165 | ||