diff options
| author | Evan Wilson <evan@oliodevices.com> | 2016-04-19 18:28:36 -0700 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2016-04-19 18:28:36 -0700 |
| commit | 3ac52dc5b41a29ca68713ff15655836299152f5a (patch) | |
| tree | 134d2d0ac78e8ebb74bdce9b75621a98e963876a /arch/arm/mach-omap2/pm.c | |
| parent | 07957bd97bf8ac4b079f3bb56f80a0ef534fb743 (diff) | |
| download | olio-linux-3.10-3ac52dc5b41a29ca68713ff15655836299152f5a.tar.xz olio-linux-3.10-3ac52dc5b41a29ca68713ff15655836299152f5a.zip | |
Cleaning up suspend_again
Change-Id: I5df382248ea1be518c5133a9f57edf0bcc7d9377
Diffstat (limited to 'arch/arm/mach-omap2/pm.c')
| -rw-r--r-- | arch/arm/mach-omap2/pm.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c index a119cbe9e7f..eca78e41f54 100644 --- a/arch/arm/mach-omap2/pm.c +++ b/arch/arm/mach-omap2/pm.c @@ -272,13 +272,6 @@ static const struct platform_suspend_ops omap_pm_ops = { .suspend_again = omap_suspend_again }; - - -DECLARE_WAIT_QUEUE_HEAD(wq_susp_again); -DEFINE_MUTEX(susp_again_decision_mutex); -#define NO_DECISION 3 -static int accel_should_suspend = NO_DECISION; - #endif /* CONFIG_SUSPEND */ static void __init omap3_init_voltages(void) |