commit | 5e93ecadca5f29d2267f0f90a0681f943aa0981f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Sep 19 20:16:32 2018 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Fri Sep 28 18:25:06 2018 +0200 |
tree | cd191214ae338f0f5db4fd7e7c1c162d4e64b6ac | |
parent | de4e126a3b618e2e512e73392d0583e56a65519a [diff] [blame] |
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>
diff --git a/MAINTAINERS b/MAINTAINERS index ea21d59..3c3f872 100644 --- a/MAINTAINERS +++ b/MAINTAINERS
@@ -636,6 +636,7 @@ F: drivers/video/ F: common/lcd*.c F: include/lcd*.h +F: include/video*.h X86 M: Simon Glass <sjg@chromium.org>