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:
Andy Grover 2012-07-30 15:54:16 -07:00 committed by Nicholas Bellinger
parent 5698bd757d
commit 593e909166
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}