From: Thomas Huth Date: Thu, 17 Dec 2015 14:25:12 +0000 (+0100) Subject: MAINTAINERS: Add the correct device_tree.h file X-Git-Tag: v2.6.0-rc0~233^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82407515fe36c2d6cbd62f24c04f700f7dc25a69;p=thirdparty%2Fqemu.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 5a62ecda17a..de5439d4bbc 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