From: Masahiro Yamada Date: Fri, 17 Nov 2017 23:29:10 +0000 (-0800) Subject: init/version.c: include instead of X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e4f02fdabd1092065ddd8366fcb3c8483e627fc0;p=linux.git init/version.c: include instead of init/version.c has nothing to do with modules, so remove the . Instead, include for EXPORT_SYMBOL_GPL. This cuts off a lot of unnecessary header parsing. Link: http://lkml.kernel.org/r/1505920984-8523-1-git-send-email-yamada.masahiro@socionext.com Signed-off-by: Masahiro Yamada Cc: Paul Gortmaker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/version.c b/init/version.c index 5606341e9efd5..bfb4e3f4955e0 100644 --- a/init/version.c +++ b/init/version.c @@ -7,7 +7,7 @@ */ #include -#include +#include #include #include #include