From: Paul Gortmaker Date: Fri, 27 May 2011 00:52:10 +0000 (-0400) Subject: selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE X-Git-Tag: v3.2-rc1~22^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44fc7ea0bfe9143551649a42eb35f1460566c3c5;p=pandora-kernel.git selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE The pervasive, but implicit presence of meant that things like this file would happily compile as-is. But with the desire to phase out the module.h being included everywhere, point this file at export.h which will give it THIS_MODULE and the EXPORT_SYMBOL variants. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed