mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-20 06:54:38 +00:00
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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user