30 lines
1004 B
Diff
30 lines
1004 B
Diff
|
|
From 78c269f4ed09a3272d99a65d9c86977a01ef99c8 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 f76d77363b..dfdfdfddcf 100755
|
||
|
|
--- a/scripts/update-linux-headers.sh
|
||
|
|
+++ b/scripts/update-linux-headers.sh
|
||
|
|
@@ -141,7 +141,7 @@ done
|
||
|
|
|
||
|
|
rm -rf "$output/linux-headers/linux"
|
||
|
|
mkdir -p "$output/linux-headers/linux"
|
||
|
|
-for header in kvm.h vfio.h vfio_ccw.h vhost.h \
|
||
|
|
+for header in kvm.h vfio.h vfio_ccw.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
|
||
|
|
|