From: James Morris Date: Mon, 29 Aug 2011 01:15:25 +0000 (+1000) Subject: apparmor: sparse fix: add apparmor.h to lib.c X-Git-Tag: v3.2-rc1~190^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32c3df631bc018109136a8f4f941ad591e76a0aa;p=pandora-kernel.git 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 --- Reading git-diff-tree failed