Skip to content

Commit

Permalink
apparmor: sparse fix: add apparmor.h to lib.c
Browse files Browse the repository at this point in the history
Fix the following sparse warnings:
security/apparmor/lib.c:37:6: warning: symbol 'aa_split_fqname' was not declared. Should it be static?
security/apparmor/lib.c:63:6: warning: symbol 'aa_info_message' was not declared. Should it be static?
security/apparmor/lib.c:83:6: warning: symbol 'kvmalloc' was not declared. Should it be static?
security/apparmor/lib.c:123:6: warning: symbol 'kvfree' was not declared. Should it be static?

Signed-off-by: James Morris <[email protected]>
  • Loading branch information
James Morris committed Sep 9, 2011
1 parent 33f8bf5 commit 32c3df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/apparmor/lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <linux/vmalloc.h>

#include "include/audit.h"
#include "include/apparmor.h"


/**
Expand Down

0 comments on commit 32c3df6

Please sign in to comment.