Commit d9737521 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Merge

parents d9f2d50e 2ed6cd2c
...@@ -2614,7 +2614,7 @@ static void __exit usb_exit(void) ...@@ -2614,7 +2614,7 @@ static void __exit usb_exit(void)
usb_hub_cleanup(); usb_hub_cleanup();
} }
module_init(usb_init); subsys_initcall(usb_init);
module_exit(usb_exit); module_exit(usb_exit);
/* /*
......
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