hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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 }