summaryrefslogtreecommitdiff
path: root/security/pfe/pfk_ecryptfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/pfe/pfk_ecryptfs.c')
-rw-r--r--security/pfe/pfk_ecryptfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pfe/pfk_ecryptfs.c b/security/pfe/pfk_ecryptfs.c
index f98d85ab4841..f55ee83c30ed 100644
--- a/security/pfe/pfk_ecryptfs.c
+++ b/security/pfe/pfk_ecryptfs.c
@@ -112,7 +112,7 @@ static int __init pfk_ecryptfs_lsm_init(void)
/*
* pfk_ecryptfs_deinit() - Deinit function, should be invoked by upper PFK layer
*/
-void __exit pfk_ecryptfs_deinit(void)
+void pfk_ecryptfs_deinit(void)
{
pfk_ecryptfs_ready = false;
ecryptfs_unregister_from_events(g_events_handle);