From: Paul Gortmaker Date: Fri, 27 May 2011 00:52:10 +0000 (-0400) Subject: selinux: netlink.c uses THIS_MODULE; give it assoc. header X-Git-Tag: next-20110826~3^2~89 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a940c4ae33753cd7fb7a6b6d5d8cb1f493a47131;p=karo-tx-linux.git selinux: netlink.c uses THIS_MODULE; give it assoc. header The pervasive, but implicit presence of 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 --- diff --git a/security/selinux/netlink.c b/security/selinux/netlink.c index 36ac257cec9a..34a012a73f39 100644 --- a/security/selinux/netlink.c +++ b/security/selinux/netlink.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include