]> git.baikalelectronics.ru Git - kernel.git/commit
ima: sparse fix: include linux/ima.h in ima_main.c
authorJames Morris <jmorris@namei.org>
Tue, 30 Aug 2011 00:19:50 +0000 (10:19 +1000)
committerJames Morris <jmorris@namei.org>
Fri, 9 Sep 2011 23:56:30 +0000 (16:56 -0700)
commite79b15012b8c0b1e7a6d4ed88f3edfaadff88344
treefe688a7aa64fa890741e5a87800a3f95ddcaaee6
parentf3ec24d708c6afd0e57a3141471f04a390b74135
ima: sparse fix: include linux/ima.h in ima_main.c

Fixes sparse warnings:
security/integrity/ima/ima_main.c:105:6: warning: symbol 'ima_file_free' was not declared. Should it be static?
security/integrity/ima/ima_main.c:167:5: warning: symbol 'ima_file_mmap' was not declared. Should it be static?
security/integrity/ima/ima_main.c:192:5: warning: symbol 'ima_bprm_check' was not declared. Should it be static?
security/integrity/ima/ima_main.c:211:5: warning: symbol 'ima_file_check' was not declared. Should it be static?

Signed-off-by: James Morris <jmorris@namei.org>
security/integrity/ima/ima_main.c