aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap2-restart.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/omap2-restart.c')
-rw-r--r--arch/arm/mach-omap2/omap2-restart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap2-restart.c b/arch/arm/mach-omap2/omap2-restart.c
index d937b2e4040b..497269db882b 100644
--- a/arch/arm/mach-omap2/omap2-restart.c
+++ b/arch/arm/mach-omap2/omap2-restart.c
@@ -62,4 +62,4 @@ static int __init omap2xxx_common_look_up_clks_for_reset(void)
return 0;
}
-omap_core_initcall(omap2xxx_common_look_up_clks_for_reset);
+omap_postcore_initcall(omap2xxx_common_look_up_clks_for_reset);