powerpc/vdso: Add missing include file
authorGuenter Roeck <linux@roeck-us.net>
Sat, 6 Aug 2016 22:54:12 +0000 (15:54 -0700)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 9 Aug 2016 06:52:00 +0000 (16:52 +1000)
commit546c4402c57497a6ffdf5373aff75bc89f0866bc
treea6ee1c23d3f0c878430270082664b7ee4bb27236
parent9dc512819e4b723856773f5a018865c20441072f
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 <linux@roeck-us.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/vdso.c