target: Remove request_module for target_core_stgt
It is no longer a supported module. Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
5698bd757d
commit
593e909166
|
@ -211,10 +211,6 @@ void transport_subsystem_check_init(void)
|
|||
if (ret != 0)
|
||||
pr_err("Unable to load target_core_pscsi\n");
|
||||
|
||||
ret = request_module("target_core_stgt");
|
||||
if (ret != 0)
|
||||
pr_err("Unable to load target_core_stgt\n");
|
||||
|
||||
sub_api_initialized = 1;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue