Skip to content

Commit

Permalink
scripts/update-linux-headers: Add bits.h to file imports
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Roth <michael.roth@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
mdroth authored and bonzini committed Apr 23, 2024
1 parent 66210a1 commit b40b8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-linux-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ rm -rf "$output/linux-headers/linux"
mkdir -p "$output/linux-headers/linux"
for header in const.h stddef.h kvm.h vfio.h vfio_ccw.h vfio_zdev.h vhost.h \
psci.h psp-sev.h userfaultfd.h memfd.h mman.h nvme_ioctl.h \
vduse.h iommufd.h; do
vduse.h iommufd.h bits.h; do
cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
done

Expand Down

0 comments on commit b40b8eb

Please sign in to comment.