]> 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, 25 Aug 2011 17:55:25 +0000 (13:55 -0400)
commita940c4ae33753cd7fb7a6b6d5d8cb1f493a47131
treed85656c3090f341a0e65b0486489b30c6f6bcb1d
parentdad02c501dd8932f2fdd553b9e04f59ef3712973
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