]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 00:52:10 +0000 (20:52 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 3 Oct 2011 20:54:15 +0000 (16:54 -0400)
commit946a97ba364988a7de437e3242c4caa8b28896bc
tree6db9d4f4185c0530c4e122730f5087d2f1617ee9
parentc951626970e9a5e0900d0864511458105a5e8d22
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>
security/selinux/hooks.c
security/selinux/netlink.c