projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
240125b
)
MAINTAINERS: Add the correct device_tree.h file
author
Thomas Huth
<thuth@redhat.com>
Thu, 17 Dec 2015 14:25:12 +0000
(15:25 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Mon, 11 Jan 2016 08:39:28 +0000
(11:39 +0300)
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>
MAINTAINERS
patch
|
blob
|
history
diff --git
a/MAINTAINERS
b/MAINTAINERS
index 5a62ecda17a0cf660fc8cc31dd093664ad892789..de5439d4bbc179c9b93924c865d5b50fcc182633 100644
(file)
--- 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>