]> git.karo-electronics.de Git - karo-tx-linux.git/commit
selinux: netlink.c uses THIS_MODULE; give it assoc. header
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 00:52:10 +0000 (20:52 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 03:43:45 +0000 (23:43 -0400)
commit9aee3aa04b3eaf31dac49e13f217c6df4a249edd
tree7ec5bb1f34681fd51eb8592efc310c2282166d6c
parent5e6caf6144ff815cebbd597a4cdb6c12f2caa662
selinux: netlink.c uses THIS_MODULE; give it assoc. header

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.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
security/selinux/netlink.c