device_tree.h is not in the main directory, but under include/sysemu/ nowadays.
Signed-off-by: Thomas Huth <[email protected]> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e8cee1e..a341818 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1029,7 +1029,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]> -- 1.8.3.1
