From: Ben Hutchings Date: Sun, 15 Jul 2018 22:44:02 +0000 (+0100) Subject: init: Avoid ABI change for build salt X-Git-Tag: archive/raspbian/4.18.10-2+rpi1^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=36f201bc4c53f11fba5fde8311d48f3f5542f381;p=linux.git init: Avoid ABI change for build salt indirectly includes , which apparently adds some type definitions that change the symbol version for init_uts_ns. Hide this change from genksyms. Gbp-Pq: Topic debian Gbp-Pq: Name init-avoid-abi-change-for-build-salt.patch --- diff --git a/init/version.c b/init/version.c index ef4012ec437..f6449a1481a 100644 --- a/init/version.c +++ b/init/version.c @@ -7,7 +7,9 @@ */ #include +#ifndef __GENKSYMS__ #include +#endif #include #include #include