29 lines
1002 B
Diff
29 lines
1002 B
Diff
From 00e2515716eda5426bd999f812add9ff70204fc6 Mon Sep 17 00:00:00 2001
|
|
From: Kunkun Jiang <jiangkunkun@huawei.com>
|
|
Date: Fri, 18 Nov 2022 15:23:00 +0800
|
|
Subject: [PATCH 36/36] Revert "update-linux-headers: Import iommu.h"
|
|
|
|
This reverts commit 694acf3c321908d26ce508842b7bd076664ffbc6.
|
|
|
|
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 acde610733..fea4d6eb65 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 iommu.h \
|
|
+for header in kvm.h vfio.h vfio_ccw.h vfio_zdev.h vhost.h \
|
|
psci.h psp-sev.h userfaultfd.h mman.h; do
|
|
cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
|
|
done
|
|
--
|
|
2.27.0
|
|
|