commit | e33852228f74b8ccbed8595083bb725b70902ed7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Mar 08 16:47:00 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Fri Mar 17 13:21:09 2006 +1100 |
tree | a73484a589b2d2f20d82f591d823b98a021cd4b1 | |
parent | d116fe5aeafd8226712d2de9c69428725ca74474 [diff] |
[PATCH] powerpc: add for_each_node_by_foo helpers Typical use for of_find_node_by_name and of_find_node_by_type is to iterate over all nodes of a given type/name. Add a helper macro to do that (in spirit of the list_for_each* macros). Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Paul Mackerras <paulus@samba.org>