Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a04c8780 authored by Kristian Mueller's avatar Kristian Mueller Committed by Paul Mackerras
Browse files

[PATCH] via-pmu: compile without Power Management support



Fix compilation of via-pmu.c without Power Management support.

Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 14c89e7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];