summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaasaradhi Mannava <daasaradhimannava@gmail.com>2026-09-05 15:49:00 +0000
committerJoerg Roedel <joerg.roedel@amd.com>2026-09-07 15:07:34 +0200
commitadbd8a08208dc64bb1381f51b4f11ffdce1343fa (patch)
treecad18bc620260dfcbe3a79847c245df0ef9ccb59
parentfa5c0827f0b7bac6d0a188f10118151769ae68fd (diff)
downloadlinux-next-adbd8a08208dc64bb1381f51b4f11ffdce1343fa.tar.gz
linux-next-adbd8a08208dc64bb1381f51b4f11ffdce1343fa.zip
MAINTAINERS: Drop the nonexistent vsi-iommu.h file entry
Commit 917ace84b770 ("iommu: Add verisilicon IOMMU driver") added the VERISILICON IOMMU DRIVER section, including a file entry for include/linux/vsi-iommu.h. That header is not present in the tree and no file includes it; the driver in drivers/iommu/vsi-iommu.c is self-contained. scripts/get_maintainer.pl --self-test=patterns reports the pattern as matching no file. Drop the stale entry so the section only lists files that exist. Assisted-by: LLM Signed-off-by: Daasaradhi Mannava <daasaradhimannava@gmail.com> Reviewed-by: Benjamin Gaignard <benjamin.gaignard@collabora.com> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
-rw-r--r--MAINTAINERS1
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6215fcb07770..0c4ef770807f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -28607,7 +28607,6 @@ L: iommu@lists.linux.dev
S: Maintained
F: Documentation/devicetree/bindings/iommu/verisilicon,iommu.yaml
F: drivers/iommu/vsi-iommu.c
-F: include/linux/vsi-iommu.h
VF610 NAND DRIVER
M: Stefan Agner <stefan@agner.ch>