This includes linux/arch/powerpc/include/uapi/asm/eeh.h while updating linux header files. The specific header file, introduced by Linux upstream commit ed3e81f ("powerpc/eeh: Move PE state constants around"), is used by EEH on sPAPR platform.
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 f0e830c..bcfecd3 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -89,6 +89,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