hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/crypto/ccree/cc_debugfs.c
....@@ -55,7 +55,7 @@
5555 cc_debugfs_dir = debugfs_create_dir("ccree", NULL);
5656 }
5757
58
-void __exit cc_debugfs_global_fini(void)
58
+void cc_debugfs_global_fini(void)
5959 {
6060 debugfs_remove(cc_debugfs_dir);
6161 }