From: Thomas Huth Date: Thu, 17 Dec 2015 14:25:12 +0000 (+0100) Subject: MAINTAINERS: Add the correct device_tree.h file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=82407515fe36c2d6cbd62f24c04f700f7dc25a69;p=qemu.git MAINTAINERS: Add the correct device_tree.h file device_tree.h is not in the main directory, but under include/sysemu/ nowadays. Signed-off-by: Thomas Huth Signed-off-by: Michael Tokarev --- diff --git a/MAINTAINERS b/MAINTAINERS index 5a62ecda17..de5439d4bb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1036,7 +1036,8 @@ Device Tree M: Peter Crosthwaite M: Alexander Graf S: Maintained -F: device_tree.[ch] +F: device_tree.c +F: include/sysemu/device_tree.h Error reporting M: Markus Armbruster