]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/clocksource/sh_cmt.c
clocksource: sh_cmt: Set initcall level to subsys
[karo-tx-linux.git] / drivers / clocksource / sh_cmt.c
index b72b7242125ee750eeff11ebeb6d9b03192c49b6..08d0c418c94ae5ed3e4c5791ab929fc6501d0de3 100644 (file)
@@ -838,7 +838,7 @@ static void __exit sh_cmt_exit(void)
 }
 
 early_platform_init("earlytimer", &sh_cmt_device_driver);
-module_init(sh_cmt_init);
+subsys_initcall(sh_cmt_init);
 module_exit(sh_cmt_exit);
 
 MODULE_AUTHOR("Magnus Damm");