From: James Morris Date: Tue, 30 Aug 2011 00:19:50 +0000 (+1000) Subject: ima: sparse fix: include linux/ima.h in ima_main.c X-Git-Tag: v3.2-rc1~190^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5813a571876c72766f125b1c6e63414f6822c28;p=pandora-kernel.git 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 --- Reading git-diff-tree failed