summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-09-19 20:16:32 +0200
committerAnatolij Gustschin <agust@denx.de>2018-09-28 18:25:06 +0200
commit9cdbc906721454b2db57dc2a38d236c35900960d (patch)
treecd191214ae338f0f5db4fd7e7c1c162d4e64b6ac /MAINTAINERS
parentbbef20d479441b01d62252cf127498c58078b2c3 (diff)
MAINTAINERS: assign include/video*.h
The include/video*.h files are part of the drivers in drivers/video. So it makes sense to assign them to the same maintainer. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index ea21d59f1e..3c3f872243 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -636,6 +636,7 @@ T: git git://git.denx.de/u-boot-video.git
F: drivers/video/
F: common/lcd*.c
F: include/lcd*.h
+F: include/video*.h
X86
M: Simon Glass <sjg@chromium.org>