This includes linux/arch/powerpc/include/uapi/asm/eeh.h while updating linux header files. The specific header file, introduced by the following Linux upstream commits for EEH on sPAPR platform:
ed3e81f ("powerpc/eeh: Move PE state constants around") ec33d36 ("powerpc/eeh: Introduce eeh_pe_inject_err()") Signed-off-by: Gavin Shan <gws...@linux.vnet.ibm.com> --- scripts/update-linux-headers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index 2fddf2e..18daabe 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -90,6 +90,7 @@ for arch in $ARCHLIST; do cp "$tmpdir/include/asm/hyperv.h" "$output/linux-headers/asm-x86" fi if [ $arch = powerpc ]; then + cp "$tmpdir/include/asm/eeh.h" "$output/linux-headers/asm-powerpc/" cp "$tmpdir/include/asm/epapr_hcalls.h" "$output/linux-headers/asm-powerpc/" fi -- 2.1.0