forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
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 }