From: Christoph Hellwig Date: Wed, 8 Mar 2006 15:47:00 +0000 (+0100) Subject: [PATCH] powerpc: add for_each_node_by_foo helpers X-Git-Tag: v2.6.17-rc1~1117^2~28^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e33852228f74b8ccbed8595083bb725b70902ed7;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed