On 22 May 2014 12:17, Pranavkumar Sawargaonkar <pranavkumar@xxxxxxxxxx> wrote: > We will be using linux/psci.h for KVM ARM/ARM64 hence add it to > linux header sync-up script. > > Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@xxxxxxxxxx> > Signed-off-by: Anup Patel <anup.patel@xxxxxxxxxx> > --- > 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..35d1960 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 psci.h vfio.h vhost.h virtio_config.h \ > +virtio_ring.h; do This continued line should be indented, not just sat in column 1. Otherwise Reviewed-by: Peter Maydell <peter.maydell@xxxxxxxxxx> > cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux" > done > rm -rf "$output/linux-headers/asm-generic" > -- > 1.7.9.5 > thanks -- PMM _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/mailman/listinfo/kvmarm