mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
net: wireless: bcmdhd: Postpone driver init call
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
@@ -3227,7 +3227,7 @@ fail_1:
|
||||
return error;
|
||||
}
|
||||
|
||||
module_init(dhd_module_init);
|
||||
late_initcall(dhd_module_init);
|
||||
module_exit(dhd_module_cleanup);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user