kernel/drivers/crypto/ccree/cc_debugfs.c
.. .. @@ -55,7 +55,7 @@ 55 55 cc_debugfs_dir = debugfs_create_dir("ccree", NULL); 56 56 } 57 57 58 -void __exit cc_debugfs_global_fini(void)58 +void cc_debugfs_global_fini(void)59 59 { 60 60 debugfs_remove(cc_debugfs_dir); 61 61 }