]> git.baikalelectronics.ru Git - kernel.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, 31 Oct 2011 23:31:32 +0000 (19:31 -0400)
commit044225336baa3d79d185fb6ff9e9bff3a7631819
tree7cfceedba653c69db90912427d140da996ab4f09
parent52573173d3db218cdadf514db5159cc6229e47ce
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