diff options
author | Thomas Huth | 2015-12-17 15:25:12 +0100 |
---|---|---|
committer | Michael Tokarev | 2016-01-11 09:39:28 +0100 |
commit | 82407515fe36c2d6cbd62f24c04f700f7dc25a69 (patch) | |
tree | 9a98a024bb9b43e141b542e504ec36ee6244fd32 /MAINTAINERS | |
parent | iscsi: fix readcapacity error message (diff) | |
download | qemu-82407515fe36c2d6cbd62f24c04f700f7dc25a69.tar.gz qemu-82407515fe36c2d6cbd62f24c04f700f7dc25a69.tar.xz qemu-82407515fe36c2d6cbd62f24c04f700f7dc25a69.zip |
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 <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5a62ecda17..de5439d4bb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1036,7 +1036,8 @@ Device Tree M: Peter Crosthwaite <crosthwaite.peter@gmail.com> M: Alexander Graf <agraf@suse.de> S: Maintained -F: device_tree.[ch] +F: device_tree.c +F: include/sysemu/device_tree.h Error reporting M: Markus Armbruster <armbru@redhat.com> |