diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm44xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm44xx.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/pm44xx.c b/arch/arm/mach-omap2/pm44xx.c index 7da75aed1514..aa6fd98f606e 100644 --- a/arch/arm/mach-omap2/pm44xx.c +++ b/arch/arm/mach-omap2/pm44xx.c | |||
@@ -101,13 +101,6 @@ static int __init pwrdms_setup(struct powerdomain *pwrdm, void *unused) | |||
101 | if (!strncmp(pwrdm->name, "cpu", 3)) | 101 | if (!strncmp(pwrdm->name, "cpu", 3)) |
102 | return 0; | 102 | return 0; |
103 | 103 | ||
104 | /* | ||
105 | * FIXME: Remove this check when core retention is supported | ||
106 | * Only MPUSS power domain is added in the list. | ||
107 | */ | ||
108 | if (strcmp(pwrdm->name, "mpu_pwrdm")) | ||
109 | return 0; | ||
110 | |||
111 | pwrst = kmalloc(sizeof(struct power_state), GFP_ATOMIC); | 104 | pwrst = kmalloc(sizeof(struct power_state), GFP_ATOMIC); |
112 | if (!pwrst) | 105 | if (!pwrst) |
113 | return -ENOMEM; | 106 | return -ENOMEM; |