Skip to content

Commit

Permalink
target: Remove request_module for target_core_stgt
Browse files Browse the repository at this point in the history
It is no longer a supported module.

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
  • Loading branch information
Andy Grover authored and Nicholas Bellinger committed Sep 17, 2012
1 parent 5698bd7 commit 593e909
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/target/target_core_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 593e909

Please sign in to comment.