summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry Snitselaar <jsnitsel@redhat.com>2020-06-05 09:00:25 +0200
committerJoerg Roedel <jroedel@suse.de>2020-06-30 12:18:35 +0200
commit557d4bec009330567ce99692918abbe9c77528e0 (patch)
tree36e15f1dab8226920fc2760896f6099ae774987f
parentiommu: Move sg_table wrapper out of CONFIG_IOMMU_SUPPORT (diff)
downloadlinux-557d4bec009330567ce99692918abbe9c77528e0.tar.xz
linux-557d4bec009330567ce99692918abbe9c77528e0.zip
iommu: Add include/uapi/linux/iommu.h to MAINTAINERS file
When include/uapi/linux/iommu.h was created it was never added to the file list in MAINTAINERS. Signed-off-by: Jerry Snitselaar <jsnitsel@redhat.com> Cc: Joerg Roedel <jroedel@suse.de> Link: https://lore.kernel.org/r/20200605070025.216124-1-jsnitsel@redhat.com Signed-off-by: Joerg Roedel <jroedel@suse.de>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 496fd4eafb68..c23352059a6b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9014,6 +9014,7 @@ F: drivers/iommu/
F: include/linux/iommu.h
F: include/linux/iova.h
F: include/linux/of_iommu.h
+F: include/uapi/linux/iommu.h
IO_URING
M: Jens Axboe <axboe@kernel.dk>