Commit 64c61d80 authored by James Morris's avatar James Morris

IMA: fix ima_delete_rules() definition

Fix ima_delete_rules() definition so sparse doesn't complain.
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent aa7168f4
......@@ -400,7 +400,7 @@ int ima_parse_add_rule(char *rule)
}
/* ima_delete_rules called to cleanup invalid policy */
void ima_delete_rules()
void ima_delete_rules(void)
{
struct ima_measure_rule_entry *entry, *tmp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment