]> git.baikalelectronics.ru Git - kernel.git/commit
apparmor: sparse fix: add apparmor.h to lib.c
authorJames Morris <jmorris@namei.org>
Mon, 29 Aug 2011 01:15:25 +0000 (11:15 +1000)
committerJames Morris <jmorris@namei.org>
Fri, 9 Sep 2011 23:56:28 +0000 (16:56 -0700)
commit9ddffdf2a98716e52b8ed729a3c94df5eaf6b97f
tree60768d4a7ba8278f01873f36b1787b35fcf188f1
parent2aebe12ab1f00621fdc8b03c2620bb35b333ec8a
apparmor: sparse fix: add apparmor.h to lib.c

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 <jmorris@namei.org>
security/apparmor/lib.c