diff options
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) |