net: wireless: bcmdhd: Postpone driver init call

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Dmitry Shmidt
2011-06-30 10:04:16 -07:00
parent b7e9a09e85
commit fdf95340f1

View File

@@ -3227,7 +3227,7 @@ fail_1:
return error;
}
module_init(dhd_module_init);
late_initcall(dhd_module_init);
module_exit(dhd_module_cleanup);
/*