apparmor: sparse fix: include procattr.h in procattr.c
authorJames Morris <jmorris@namei.org>
Mon, 29 Aug 2011 01:45:44 +0000 (11:45 +1000)
committerJames Morris <jmorris@namei.org>
Fri, 9 Sep 2011 23:56:29 +0000 (16:56 -0700)
Fix sparse warnings:
security/apparmor/procattr.c:35:5: warning: symbol 'aa_getprocattr' was not declared. Should it be static?
security/apparmor/procattr.c:113:5: warning: symbol 'aa_setprocattr_changehat' was not declared. Should it be static?
security/apparmor/procattr.c:158:5: warning: symbol 'aa_setprocattr_changeprofile' was not declared. Should it be static?
security/apparmor/procattr.c:166:5: warning: symbol 'aa_setprocattr_permipc' was not declared. Should it be static?

Signed-off-by: James Morris <jmorris@namei.org>
Acked-by: John Johansen <john.johansen@canonical.com>

No differences found