mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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)
|
if (ret != 0)
|
||||||
pr_err("Unable to load target_core_pscsi\n");
|
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;
|
sub_api_initialized = 1;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user