aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm34xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r--arch/arm/mach-omap2/pm34xx.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
index eec0916de819..1d7169855ac5 100644
--- a/arch/arm/mach-omap2/pm34xx.c
+++ b/arch/arm/mach-omap2/pm34xx.c
@@ -1096,14 +1096,6 @@ static int __init omap3_pm_init(void)
1096 omap3_idle_init(); 1096 omap3_idle_init();
1097 1097
1098 clkdm_add_wkdep(neon_clkdm, mpu_clkdm); 1098 clkdm_add_wkdep(neon_clkdm, mpu_clkdm);
1099 /*
1100 * REVISIT: This wkdep is only necessary when GPIO2-6 are enabled for
1101 * IO-pad wakeup. Otherwise it will unnecessarily waste power
1102 * waking up PER with every CORE wakeup - see
1103 * http://marc.info/?l=linux-omap&m=121852150710062&w=2
1104 */
1105 clkdm_add_wkdep(per_clkdm, core_clkdm);
1106
1107 if (omap_type() != OMAP2_DEVICE_TYPE_GP) { 1099 if (omap_type() != OMAP2_DEVICE_TYPE_GP) {
1108 omap3_secure_ram_storage = 1100 omap3_secure_ram_storage =
1109 kmalloc(0x803F, GFP_KERNEL); 1101 kmalloc(0x803F, GFP_KERNEL);