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>
This commit is contained in:
Dmitry Kasatkin
2012-06-25 12:18:10 +03:00
committed by Mimi Zohar
parent 0ea4f8ae41
commit c7de7adc18
3 changed files with 0 additions and 20 deletions

View File

@@ -90,8 +90,3 @@ int __init ima_init(void)
return ima_fs_init();
}
void __exit ima_cleanup(void)
{
ima_fs_cleanup();
}