]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/lib: Fix randconfig build failure in sstep.c
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 18 Nov 2016 00:51:14 +0000 (11:51 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 18 Nov 2016 11:40:42 +0000 (22:40 +1100)
commit1da0b92ced654a5c09e328e21ce06c197f6e72d5
tree3e0a8ef9474c94b287113d082ab77e9add119a87
parent66ae46ab1dfb6a972e78d61662fb103e8cd66ae3
powerpc/lib: Fix randconfig build failure in sstep.c

Under some configs we need to explicitly include cpu_has_feature.h,
otherwise we fail with:

  arch/powerpc/lib/sstep.c:1992:7: error: implicit declaration of function 'cpu_has_feature'

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/lib/sstep.c