diff mbox

[1/2] MAINTAINERS: Add related headers to IOMMU section

Message ID 20170320191128.26474-1-thierry.reding@gmail.com
State Accepted
Headers show

Commit Message

Thierry Reding March 20, 2017, 7:11 p.m. UTC
From: Thierry Reding <treding@nvidia.com>

The linux/iommu.h and linux/iova.h headers belong to the IOMMU subsystem
but scripts/get_maintainers.pl currently fails to assign them because
they aren't listed in MAINTAINERS.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index c265a5fe4848..e11664e2fe7c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6764,6 +6764,8 @@  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
 S:	Maintained
 F:	Documentation/devicetree/bindings/iommu/
 F:	drivers/iommu/
+F:	include/linux/iommu.h
+F:	include/linux/iova.h
 
 IP MASQUERADING
 M:	Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>