Re: [PATCH RFC 05/13] of: Add empty for_each_available_child_of_node() macro definition

2012-12-11 Thread Sylwester Nawrocki
On 12/11/2012 09:57 AM, Grant Likely wrote: > On Mon, 10 Dec 2012 20:41:31 +0100, Sylwester Nawrocki > wrote: >> Add this empty macro definition so users can be compiled without >> excluding this macro call with preprocessor directives when CONFIG_OF >> is disabled. >> >> Signed-off-by: Sylwester

Re: [PATCH RFC 05/13] of: Add empty for_each_available_child_of_node() macro definition

2012-12-11 Thread Grant Likely
On Mon, 10 Dec 2012 20:41:31 +0100, Sylwester Nawrocki wrote: > Add this empty macro definition so users can be compiled without > excluding this macro call with preprocessor directives when CONFIG_OF > is disabled. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park What non

[PATCH RFC 05/13] of: Add empty for_each_available_child_of_node() macro definition

2012-12-10 Thread Sylwester Nawrocki
Add this empty macro definition so users can be compiled without excluding this macro call with preprocessor directives when CONFIG_OF is disabled. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- include/linux/of.h |3 +++ 1 file changed, 3 insertions(+) diff --git a/inc