On Wed, 17 May 2017 02:48:01 +0200 Dong Jia Shi <bjsdjshi@xxxxxxxxxxxxxxxxxx> wrote: > Add vfio_ccw.h. > > Signed-off-by: Dong Jia Shi <bjsdjshi@xxxxxxxxxxxxxxxxxx> > --- > scripts/update-linux-headers.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh > index 6a370a8669..2f906c4d16 100755 > --- a/scripts/update-linux-headers.sh > +++ b/scripts/update-linux-headers.sh > @@ -113,7 +113,7 @@ 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 \ > +for header in kvm.h kvm_para.h vfio.h vfio_ccw.h vhost.h \ > psci.h userfaultfd.h; do > cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux" > done I have included this in a complete linux-headers update.