diff options
author | Andy Grover <agrover@redhat.com> | 2012-07-30 18:54:16 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-09-17 19:15:46 -0400 |
commit | 593e909166c884077b0f56274a97a8e90a0926af (patch) | |
tree | 282f9bdc89436f753f96ebd367c4d6b498dccabd /drivers/target | |
parent | 5698bd757d55b1bb87edd1a9744ab09c142abfc2 (diff) |
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>
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/target_core_transport.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c index 269f54488397..223acc175c2b 100644 --- a/drivers/target/target_core_transport.c +++ b/drivers/target/target_core_transport.c | |||
@@ -211,10 +211,6 @@ void transport_subsystem_check_init(void) | |||
211 | if (ret != 0) | 211 | if (ret != 0) |
212 | pr_err("Unable to load target_core_pscsi\n"); | 212 | pr_err("Unable to load target_core_pscsi\n"); |
213 | 213 | ||
214 | ret = request_module("target_core_stgt"); | ||
215 | if (ret != 0) | ||
216 | pr_err("Unable to load target_core_stgt\n"); | ||
217 | |||
218 | sub_api_initialized = 1; | 214 | sub_api_initialized = 1; |
219 | return; | 215 | return; |
220 | } | 216 | } |