]> 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>
Sun, 31 Jul 2011 08:05:52 +0000 (04:05 -0400)
commit04ec8226274872e04bb0ad453ab8ab4ff554e59a
treeabc2d2bf896464ae0e5765a8de49964ab0599609
parent25c5896738f666808088bdaac2671fa3d6ea0f2b
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