diff options
author | Thomas Huth <thuth@redhat.com> | 2015-12-17 15:25:12 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-01-11 11:39:28 +0300 |
commit | 82407515fe36c2d6cbd62f24c04f700f7dc25a69 (patch) | |
tree | 9a98a024bb9b43e141b542e504ec36ee6244fd32 /MAINTAINERS | |
parent | 240125bc49d016da2f39637c205b04fc6ae6dcef (diff) |
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> |