diff options
author | Dmitry Kasatkin <dmitry.kasatkin@intel.com> | 2012-06-25 12:18:10 +0300 |
---|---|---|
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2012-07-02 16:43:30 -0400 |
commit | c7de7adc18241a0eb10a6e1fed7cb1e01f53c85a (patch) | |
tree | 2b79a44399e29c7d20397ec5188b42528f8c90d5 /security/integrity/ima/ima_init.c | |
parent | 0ea4f8ae416a9e8d15f4e20680879358f620e8b8 (diff) |
ima: remove unused cleanup functions
IMA cannot be used as module and does not need __exit functions.
Removed them.
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Diffstat (limited to 'security/integrity/ima/ima_init.c')
-rw-r--r-- | security/integrity/ima/ima_init.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/integrity/ima/ima_init.c b/security/integrity/ima/ima_init.c index 17f1f060306..b5dfd534f13 100644 --- a/security/integrity/ima/ima_init.c +++ b/security/integrity/ima/ima_init.c @@ -90,8 +90,3 @@ int __init ima_init(void) return ima_fs_init(); } - -void __exit ima_cleanup(void) -{ - ima_fs_cleanup(); -} |