From: Alexander Graf Date: Wed, 4 Jun 2014 10:03:03 +0000 (+0200) Subject: linux-headers: include psci.h X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2872e1929b771fdbc935a882f804f2dc0addc0f9;p=osstest%2Fqemu.git linux-headers: include psci.h The kvm headers now have a dependency on psci.h, sync it into our linux header copy as well. Signed-off-by: Alexander Graf --- diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh index 120a69431..c8e026d37 100755 --- a/scripts/update-linux-headers.sh +++ b/scripts/update-linux-headers.sh @@ -61,7 +61,8 @@ done rm -rf "$output/linux-headers/linux" mkdir -p "$output/linux-headers/linux" -for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h; do +for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h \ + psci.h; do cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux" done rm -rf "$output/linux-headers/asm-generic"