From a940c4ae33753cd7fb7a6b6d5d8cb1f493a47131 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Thu, 26 May 2011 20:52:10 -0400 Subject: [PATCH] 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 --- security/selinux/netlink.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5