scst: Port to Linux kernel v6.13

Support for the following changes in the Linux kernel v6.13:

- cdd30ebb1b9f ("module: Convert symbol namespace to string literal")

Fixes: https://github.com/SCST-project/scst/issues/273
This commit is contained in:
Gleb Chesnokov
2025-01-20 18:54:10 +03:00
parent 84179fa135
commit f52ae117b8
42 changed files with 109 additions and 35 deletions
+1 -1
View File
@@ -85,7 +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_IMPORT_NS(SCST_NAMESPACE);
module_init(ft_module_init);
module_exit(ft_module_exit);