Merge branch 'pm-cpufreq'
[deliverable/linux.git] / drivers / clocksource / sh_tmu.c
index b4502edce2a140eb3d1f197d0cb39c294e5f0b2f..78b8dae49628cce42fb45ebdff2b32ece5045a52 100644 (file)
@@ -549,7 +549,7 @@ static void __exit sh_tmu_exit(void)
 }
 
 early_platform_init("earlytimer", &sh_tmu_device_driver);
-module_init(sh_tmu_init);
+subsys_initcall(sh_tmu_init);
 module_exit(sh_tmu_exit);
 
 MODULE_AUTHOR("Magnus Damm");
This page took 0.023726 seconds and 5 git commands to generate.