Re: [PATCH v2] of: Add more stubs for non-OF builds

2013-07-20 Thread Grant Likely
On Tue, 18 Jun 2013 18:39:22 +0400, Alexander Shiyan shc_w...@mail.ru wrote: Patch adds of_get_next_child and of_get_next_available_child stubs for non-OF builds. Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- include/linux/of.h | 16 ++-- 1 file changed, 14

Re: [PATCH v2] of: Add more stubs for non-OF builds

2013-07-20 Thread Alexander Shiyan
On Sat, 20 Jul 2013 06:31:11 +0100 Grant Likely grant.lik...@linaro.org wrote: On Tue, 18 Jun 2013 18:39:22 +0400, Alexander Shiyan shc_w...@mail.ru wrote: Patch adds of_get_next_child and of_get_next_available_child stubs for non-OF builds. Signed-off-by: Alexander Shiyan

[PATCH v2] of: Add more stubs for non-OF builds

2013-06-18 Thread Alexander Shiyan
Patch adds of_get_next_child and of_get_next_available_child stubs for non-OF builds. Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- include/linux/of.h | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/include/linux/of.h b/include/linux/of.h index