Skip to content

Commit

Permalink
apparmor: sparse fix: make aa_create_aafs static
Browse files Browse the repository at this point in the history
Sparse fix: make aa_create_aafs static.

Signed-off-by: James Morris <[email protected]>
Acked-by: John Johansen <[email protected]>
  • Loading branch information
James Morris committed Sep 9, 2011
1 parent 4892722 commit 3417d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/apparmor/apparmorfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ void __init aa_destroy_aafs(void)
*
* Returns: error on failure
*/
int __init aa_create_aafs(void)
static int __init aa_create_aafs(void)
{
int error;

Expand Down

0 comments on commit 3417d8d

Please sign in to comment.