Commit 69a304e3 authored by Patrick Mochel's avatar Patrick Mochel

make sure block device_init() is called before part_init().

parent 8bebafe7
......@@ -278,7 +278,7 @@ int __init device_init(void)
return 0;
}
__initcall(device_init);
subsys_initcall(device_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