forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
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 }