From: Thomas Huth <[email protected]> device_tree.h is not in the main directory, but under include/sysemu/ nowadays.
Signed-off-by: Thomas Huth <[email protected]> Signed-off-by: Michael Tokarev <[email protected]> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 5a62ecd..de5439d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1036,7 +1036,8 @@ Device Tree M: Peter Crosthwaite <[email protected]> M: Alexander Graf <[email protected]> S: Maintained -F: device_tree.[ch] +F: device_tree.c +F: include/sysemu/device_tree.h Error reporting M: Markus Armbruster <[email protected]> -- 2.1.4
