diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_device.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_device.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_device.c b/arch/arm/mach-omap2/omap_device.c index eeea4fa28fb..e6d230700b2 100644 --- a/arch/arm/mach-omap2/omap_device.c +++ b/arch/arm/mach-omap2/omap_device.c @@ -876,4 +876,4 @@ static int __init omap_device_late_init(void)  	bus_for_each_dev(&platform_bus_type, NULL, NULL, omap_device_late_idle);  	return 0;  } -omap_late_initcall(omap_device_late_init); +omap_late_initcall_sync(omap_device_late_init);  |