diff options
| -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 04922d149068..f2d69be9b77e 100644 --- a/arch/arm/mach-omap2/pm44xx.c +++ b/arch/arm/mach-omap2/pm44xx.c | |||
| @@ -100,13 +100,6 @@ static int __init pwrdms_setup(struct powerdomain *pwrdm, void *unused) | |||
| 100 | if (!strncmp(pwrdm->name, "cpu", 3)) | 100 | if (!strncmp(pwrdm->name, "cpu", 3)) |
| 101 | return 0; | 101 | return 0; |
| 102 | 102 | ||
| 103 | /* | ||
| 104 | * FIXME: Remove this check when core retention is supported | ||
| 105 | * Only MPUSS power domain is added in the list. | ||
| 106 | */ | ||
| 107 | if (strcmp(pwrdm->name, "mpu_pwrdm")) | ||
| 108 | return 0; | ||
| 109 | |||
| 110 | pwrst = kmalloc(sizeof(struct power_state), GFP_ATOMIC); | 103 | pwrst = kmalloc(sizeof(struct power_state), GFP_ATOMIC); |
| 111 | if (!pwrst) | 104 | if (!pwrst) |
| 112 | return -ENOMEM; | 105 | return -ENOMEM; |
