]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/user.c
tick-sched: Don't call update_wall_time() when delta is lesser than tick_period
[karo-tx-linux.git] / kernel / user.c
index c006131beb77c5151f92cacb9e11e6a3b1defe1b..294fc6a9416845f7d5aa2b2d2029fe1b95bcbdbd 100644 (file)
@@ -222,5 +222,4 @@ static int __init uid_cache_init(void)
 
        return 0;
 }
-
-module_init(uid_cache_init);
+subsys_initcall(uid_cache_init);