From: Greg Kroah-Hartman Date: Tue, 9 Jan 2018 09:24:02 +0000 (+0100) Subject: Fix build error in vma.c X-Git-Tag: v4.4.111~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=516fa79e77f7c4490ded10e7e1c36758482bde5a;p=thirdparty%2Fkernel%2Fstable.git Fix build error in vma.c This fixes the following much-reported build issue: arch/x86/entry/vdso/vma.c: In function ‘map_vdso’: arch/x86/entry/vdso/vma.c:175:9: error: implicit declaration of function ‘pvclock_pvti_cpu0_va’ on some arches and configurations. Thanks to Guenter for being persistent enough to get it fixed :) Reported-by: Guenter Roeck Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/x86/entry/vdso/vma.c b/arch/x86/entry/vdso/vma.c index aa828191c6540..b8f69e264ac41 100644 --- a/arch/x86/entry/vdso/vma.c +++ b/arch/x86/entry/vdso/vma.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include