]> 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, 11 Aug 2011 21:31:30 +0000 (17:31 -0400)
commit70262f9d9b4eacf478d33ab710c5565f6edca9c5
tree6fd04f1672854fc81e532f934eb193ce73817970
parenta7ebfd72acd2c503b32af2338dc8b095fb623279
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