update-linux-headers: Import iommu.h
Update the script to import the new iommu.h uapi header. Signed-off-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Kunkun Jiang <jiangkunkun@huawei.com> Signed-off-by: imxcc <xingchaochao@huawei.com> (cherry picked from commit 683ab306ab1d149c11d4326e5459a5312405c4de)
This commit is contained in:
parent
0b0e6d7454
commit
af4d96bea4
29
update-linux-headers-Import-iommu.h.patch
Normal file
29
update-linux-headers-Import-iommu.h.patch
Normal file
@ -0,0 +1,29 @@
|
||||
From 694acf3c321908d26ce508842b7bd076664ffbc6 Mon Sep 17 00:00:00 2001
|
||||
From: Eric Auger <eric.auger@redhat.com>
|
||||
Date: Thu, 9 May 2019 10:23:42 -0400
|
||||
Subject: [PATCH] update-linux-headers: Import iommu.h
|
||||
|
||||
Update the script to import the new iommu.h uapi header.
|
||||
|
||||
Signed-off-by: Eric Auger <eric.auger@redhat.com>
|
||||
Signed-off-by: Kunkun Jiang <jiangkunkun@huawei.com>
|
||||
---
|
||||
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 fea4d6eb65..acde610733 100755
|
||||
--- a/scripts/update-linux-headers.sh
|
||||
+++ b/scripts/update-linux-headers.sh
|
||||
@@ -144,7 +144,7 @@ done
|
||||
|
||||
rm -rf "$output/linux-headers/linux"
|
||||
mkdir -p "$output/linux-headers/linux"
|
||||
-for header in kvm.h vfio.h vfio_ccw.h vfio_zdev.h vhost.h \
|
||||
+for header in kvm.h vfio.h vfio_ccw.h vfio_zdev.h vhost.h iommu.h \
|
||||
psci.h psp-sev.h userfaultfd.h mman.h; do
|
||||
cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
|
||||
done
|
||||
--
|
||||
2.27.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user