mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-24 08:54:16 +00:00
scst, fcst, iscsi-scst, qla2x00t, srpt: Add module namespace support
This patch adds support for kernel module namespaces. This patch is essential when using SCST in combination with kernel version v5.4 or later. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8673 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -85,5 +85,7 @@ static void __exit ft_module_exit(void)
|
||||
MODULE_AUTHOR("Joe Eykholt <jeykholt@cisco.com>");
|
||||
MODULE_DESCRIPTION("SCST FCoE target driver v" FT_VERSION);
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_IMPORT_NS(SCST);
|
||||
|
||||
module_init(ft_module_init);
|
||||
module_exit(ft_module_exit);
|
||||
|
||||
Reference in New Issue
Block a user