Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / kernel / profile.c
index ebdd9c1a86b4dfd7840df57c64f13f72a1401156..1b266dbe755a983e0bca02bb50ca1ab47419488d 100644 (file)
@@ -604,5 +604,5 @@ int __ref create_proc_profile(void) /* false positive from hotcpu_notifier */
        hotcpu_notifier(profile_cpu_callback, 0);
        return 0;
 }
-module_init(create_proc_profile);
+subsys_initcall(create_proc_profile);
 #endif /* CONFIG_PROC_FS */