This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / kernel / kmod.c
index 8754003..10d2e8f 100644 (file)
@@ -269,4 +269,4 @@ static __init int usermodehelper_init(void)
        BUG_ON(!khelper_wq);
        return 0;
 }
-__initcall(usermodehelper_init);
+core_initcall(usermodehelper_init);