Commit b081d0fe authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Make usermodehelper_init() use core_initcall()

We may as well make usermodehelper_init() core_initcall as well, to make
sure its services are avaialble to all the other initcall levels.
parent 3d207d0b
......@@ -269,4 +269,4 @@ static __init int usermodehelper_init(void)
BUG_ON(!khelper_wq);
return 0;
}
__initcall(usermodehelper_init);
core_initcall(usermodehelper_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment