diff options
-rw-r--r-- | arch/arm/mach-omap2/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c index 59ca03b0e691..6ec2ee12272a 100644 --- a/arch/arm/mach-omap2/pm.c +++ b/arch/arm/mach-omap2/pm.c | |||
@@ -143,5 +143,5 @@ static int __init omap2_common_pm_init(void) | |||
143 | 143 | ||
144 | return 0; | 144 | return 0; |
145 | } | 145 | } |
146 | device_initcall(omap2_common_pm_init); | 146 | postcore_initcall(omap2_common_pm_init); |
147 | 147 | ||