projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14c89e7
)
[PATCH] via-pmu: compile without Power Management support
author
Kristian Mueller
<Kristian-M@Kristian-M.de>
Thu, 15 Dec 2005 04:31:55 +0000
(12:31 +0800)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 9 Jan 2006 04:05:51 +0000
(15:05 +1100)
Fix compilation of via-pmu.c without Power Management support.
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/macintosh/via-pmu.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/macintosh/via-pmu.c
b/drivers/macintosh/via-pmu.c
index 79c7b44a94eef5c87ab3cad7384ac5947bbc8e6a..3c0552016b91383f4c7931afc3f3205ca5399797 100644
(file)
--- a/
drivers/macintosh/via-pmu.c
+++ b/
drivers/macintosh/via-pmu.c
@@
-158,8
+158,8
@@
static int pmu_version;
static int drop_interrupts;
#if defined(CONFIG_PM) && defined(CONFIG_PPC32)
static int option_lid_wakeup = 1;
-static int sleep_in_progress;
#endif /* CONFIG_PM && CONFIG_PPC32 */
+static int sleep_in_progress;
static unsigned long async_req_locks;
static unsigned int pmu_irq_stats[11];