From: Ben Hutchings Date: Sun, 15 Jul 2018 23:44:02 +0100 Subject: init: Avoid ABI change for build salt Forwarded: not-needed indirectly includes , which apparently adds some type definitions that change the symbol version for init_uts_ns. Hide this change from genksyms. --- --- a/init/version.c +++ b/init/version.c @@ -7,7 +7,9 @@ */ #include +#ifndef __GENKSYMS__ #include +#endif #include #include #include