diff options
author | Thierry Reding <treding@nvidia.com> | 2017-03-20 20:11:27 +0100 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2017-03-22 15:54:07 +0100 |
commit | 82df0a4368c62e68d6622e19a8f4dca2c7eccd3a (patch) | |
tree | 633a4461a8632c64bdbc09ac72a976ff37f02466 /MAINTAINERS | |
parent | d751751a9f7f2f8e406d5a09565d337f009835d6 (diff) | |
download | blackbird-op-linux-82df0a4368c62e68d6622e19a8f4dca2c7eccd3a.tar.gz blackbird-op-linux-82df0a4368c62e68d6622e19a8f4dca2c7eccd3a.zip |
MAINTAINERS: Add related headers to IOMMU section
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>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c776906f67a9..0a7c6e0e3e82 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> |