diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm44xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm44xx.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/pm44xx.c b/arch/arm/mach-omap2/pm44xx.c index 04922d149068..aa6fd98f606e 100644 --- a/arch/arm/mach-omap2/pm44xx.c +++ b/arch/arm/mach-omap2/pm44xx.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/slab.h> | 18 | #include <linux/slab.h> |
19 | #include <asm/system_misc.h> | 19 | #include <asm/system_misc.h> |
20 | 20 | ||
21 | #include "soc.h" | ||
21 | #include "common.h" | 22 | #include "common.h" |
22 | #include "clockdomain.h" | 23 | #include "clockdomain.h" |
23 | #include "powerdomain.h" | 24 | #include "powerdomain.h" |
@@ -100,13 +101,6 @@ static int __init pwrdms_setup(struct powerdomain *pwrdm, void *unused) | |||
100 | if (!strncmp(pwrdm->name, "cpu", 3)) | 101 | if (!strncmp(pwrdm->name, "cpu", 3)) |
101 | return 0; | 102 | return 0; |
102 | 103 | ||
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); | 104 | pwrst = kmalloc(sizeof(struct power_state), GFP_ATOMIC); |
111 | if (!pwrst) | 105 | if (!pwrst) |
112 | return -ENOMEM; | 106 | return -ENOMEM; |