Skip to content

Commit

Permalink
IMA: fix ima_delete_rules() definition
Browse files Browse the repository at this point in the history
Fix ima_delete_rules() definition so sparse doesn't complain.

Signed-off-by: James Morris <jmorris@namei.org>
  • Loading branch information
James Morris committed Feb 5, 2009
1 parent aa7168f commit 64c61d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/integrity/ima/ima_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 64c61d8

Please sign in to comment.