diff options
Diffstat (limited to 'arch/arm/mach-imx/pm-imx5.c')
-rw-r--r-- | arch/arm/mach-imx/pm-imx5.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-imx/pm-imx5.c b/arch/arm/mach-imx/pm-imx5.c index 82e79c658eb2..58aeaf5baaf6 100644 --- a/arch/arm/mach-imx/pm-imx5.c +++ b/arch/arm/mach-imx/pm-imx5.c | |||
@@ -169,14 +169,9 @@ static int __init imx5_pm_common_init(void) | |||
169 | return imx5_cpuidle_init(); | 169 | return imx5_cpuidle_init(); |
170 | } | 170 | } |
171 | 171 | ||
172 | void __init imx51_pm_init(void) | 172 | void __init imx5_pm_init(void) |
173 | { | 173 | { |
174 | int ret = imx5_pm_common_init(); | 174 | int ret = imx5_pm_common_init(); |
175 | if (!ret) | 175 | if (!ret) |
176 | suspend_set_ops(&mx5_suspend_ops); | 176 | suspend_set_ops(&mx5_suspend_ops); |
177 | } | 177 | } |
178 | |||
179 | void __init imx53_pm_init(void) | ||
180 | { | ||
181 | imx5_pm_common_init(); | ||
182 | } | ||