commit | 44fc7ea0bfe9143551649a42eb35f1460566c3c5 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu May 26 20:52:10 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:31:32 2011 -0400 |
tree | 7cfceedba653c69db90912427d140da996ab4f09 | |
parent | a6ee87790b708dc4cdd3643104417793f0d985ec [diff] |
selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE The pervasive, but implicit presence of <linux/module.h> 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 <paul.gortmaker@windriver.com>