From: Paul Gortmaker Date: Fri, 27 May 2011 00:52:10 +0000 (-0400) Subject: selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE X-Git-Tag: firefly_0821_release~3680^2~4166^2~107 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=44fc7ea0bfe9143551649a42eb35f1460566c3c5;p=firefly-linux-kernel-4.4.55.git selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE 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 and the EXPORT_SYMBOL variants. Signed-off-by: Paul Gortmaker --- diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index e545b9f67072..1126c10a5e82 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -80,6 +80,7 @@ #include #include #include +#include #include "avc.h" #include "objsec.h" diff --git a/security/selinux/netlink.c b/security/selinux/netlink.c index ce3f481558d8..161e01a6c7ef 100644 --- a/security/selinux/netlink.c +++ b/security/selinux/netlink.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include