On 4 June 2014 11:31, Alexander Graf <ag...@suse.de> wrote:
> The kvm headers now have a dependency on psci.h, sync it into our linux
> header copy as well.
>
> Signed-off-by: Alexander Graf <ag...@suse.de>
> ---
>  scripts/update-linux-headers.sh | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
> index 120a694..c8e026d 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"
> --
> 1.8.1.4

This is a dup of a patch which has already been posted as part
of Pranav's PSCI patchset...

thanks
-- PMM

Reply via email to