Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313561
b: refs/heads/master
c: 34059a8
h: refs/heads/master
i:
  313559: a75a1d3
v: v3
  • Loading branch information
Kevin Hilman committed Jun 25, 2012
1 parent 8263b13 commit 2fa2151
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58f0829b7186150318c79515f0e0850c5e7a9c89
refs/heads/master: 34059a878f5cb20652cbc937f35c925f2b378831
4 changes: 0 additions & 4 deletions trunk/arch/arm/mach-omap2/pm34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ void (*omap3_do_wfi_sram)(void);

static struct powerdomain *mpu_pwrdm, *neon_pwrdm;
static struct powerdomain *core_pwrdm, *per_pwrdm;
static struct powerdomain *cam_pwrdm;

static void omap3_core_save_context(void)
{
Expand Down Expand Up @@ -354,8 +353,6 @@ void omap_sram_idle(void)
pwrdm_post_transition(mpu_pwrdm);
pwrdm_post_transition(neon_pwrdm);
}

clkdm_allow_idle(mpu_pwrdm->pwrdm_clkdms[0]);
}

static void omap3_pm_idle(void)
Expand Down Expand Up @@ -716,7 +713,6 @@ int __init omap3_pm_init(void)
neon_pwrdm = pwrdm_lookup("neon_pwrdm");
per_pwrdm = pwrdm_lookup("per_pwrdm");
core_pwrdm = pwrdm_lookup("core_pwrdm");
cam_pwrdm = pwrdm_lookup("cam_pwrdm");

neon_clkdm = clkdm_lookup("neon_clkdm");
mpu_clkdm = clkdm_lookup("mpu_clkdm");
Expand Down

0 comments on commit 2fa2151

Please sign in to comment.