Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 593e9091 authored by Andy Grover's avatar Andy Grover Committed by Nicholas Bellinger
Browse files

target: Remove request_module for target_core_stgt



It is no longer a supported module.

Signed-off-by: default avatarAndy Grover <agrover@redhat.com>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent 5698bd75
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;
}