commit | 5e9d0e3d9ea6f771fa9fc9dbb65b54c865702850 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Fri Nov 18 11:51:14 2016 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Nov 18 22:40:42 2016 +1100 |
tree | 3e0a8ef9474c94b287113d082ab77e9add119a87 | |
parent | 25b587fba9a4198e7ea2e2319d62e219d1a4ca2c [diff] |
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>