From: Guenter Roeck Date: Sat, 6 Aug 2016 22:54:12 +0000 (-0700) Subject: powerpc/vdso: Add missing include file X-Git-Tag: v4.14-rc1~2654^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=546c4402c57497a6ffdf5373aff75bc89f0866bc;p=platform%2Fkernel%2Flinux-rpi.git powerpc/vdso: Add missing include file Some powerpc builds fail with the following buld error. In file included from ./arch/powerpc/include/asm/mmu_context.h:11:0, from arch/powerpc/kernel/vdso.c:28: arch/powerpc/include/asm/cputhreads.h: In function 'get_tensr': arch/powerpc/include/asm/cputhreads.h:101:2: error: implicit declaration of function 'cpu_has_feature' Fixes: b92a226e5284 ("powerpc: Move cpu_has_feature() to a separate file") Signed-off-by: Guenter Roeck Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/kernel/vdso.c b/arch/powerpc/kernel/vdso.c index 6767605..4111d30 100644 --- a/arch/powerpc/kernel/vdso.c +++ b/arch/powerpc/kernel/vdso.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #include