提交 71842a74 编写于 作者: T Tony Lindgren

Merge branch 'omap-for-v4.5/initcall' into omap-for-v4.5/soc-v2

...@@ -62,4 +62,4 @@ static int __init omap2xxx_common_look_up_clks_for_reset(void) ...@@ -62,4 +62,4 @@ static int __init omap2xxx_common_look_up_clks_for_reset(void)
return 0; return 0;
} }
omap_core_initcall(omap2xxx_common_look_up_clks_for_reset); omap_postcore_initcall(omap2xxx_common_look_up_clks_for_reset);
...@@ -869,7 +869,7 @@ static int __init omap_device_init(void) ...@@ -869,7 +869,7 @@ static int __init omap_device_init(void)
bus_register_notifier(&platform_bus_type, &platform_nb); bus_register_notifier(&platform_bus_type, &platform_nb);
return 0; return 0;
} }
omap_core_initcall(omap_device_init); omap_postcore_initcall(omap_device_init);
/** /**
* omap_device_late_idle - idle devices without drivers * omap_device_late_idle - idle devices without drivers
......
...@@ -3307,7 +3307,7 @@ static int __init omap_hwmod_setup_all(void) ...@@ -3307,7 +3307,7 @@ static int __init omap_hwmod_setup_all(void)
return 0; return 0;
} }
omap_core_initcall(omap_hwmod_setup_all); omap_postcore_initcall(omap_hwmod_setup_all);
/** /**
* omap_hwmod_enable - enable an omap_hwmod * omap_hwmod_enable - enable an omap_hwmod
......
...@@ -213,7 +213,7 @@ static int __init omap_serial_early_init(void) ...@@ -213,7 +213,7 @@ static int __init omap_serial_early_init(void)
return 0; return 0;
} }
omap_core_initcall(omap_serial_early_init); omap_postcore_initcall(omap_serial_early_init);
/** /**
* omap_serial_init_port() - initialize single serial port * omap_serial_init_port() - initialize single serial port
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册