diff mbox series

MAINTAINERS: Fix the I3C entry

Message ID 20190330080214.650-1-boris.brezillon@collabora.com (mailing list archive)
State Mainlined
Commit 709a53e1948494cc4f6c4636c6f84a4d36a8117e
Headers show
Series MAINTAINERS: Fix the I3C entry | expand

Commit Message

Boris Brezillon March 30, 2019, 8:02 a.m. UTC
There's no include/dt-bindings/i3c/ directory, remove this F: entry
from the I3C file patterns.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Joe Perches <joe@perches.com>
Reported-by: Joe Perches <joe@perches.com>
Fixes: 4f26d0666961 ("MAINTAINERS: Add myself as the I3C subsystem maintainer")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index e17ebf70b548..5ab47d279d5e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7333,7 +7333,6 @@  F:	Documentation/devicetree/bindings/i3c/
 F:	Documentation/driver-api/i3c
 F:	drivers/i3c/
 F:	include/linux/i3c/
-F:	include/dt-bindings/i3c/
 
 I3C DRIVER FOR SYNOPSYS DESIGNWARE
 M:	Vitor Soares <vitor.soares@synopsys.com>