[PATCH] VEXPRESS: Fix VEXPRESS implicit declarations dependence errors.

2013-10-08 Thread Majunath Goudar
This patch adds a inline dummy implementations of_find_node_by_phandle() and of_get_next_parent() in "#ifdef CONFIG_OF" else part. Without this patch,build system can lead to issues. This was discovered during randconfig testing,in which VEXPRESS_CONFIG was enabled w/o CONFIG_OF being enabled,leadi

Re: [PATCH] VEXPRESS: Fix VEXPRESS implicit declarations dependence errors.

2013-10-08 Thread Rob Herring
On 10/08/2013 05:41 AM, Majunath Goudar wrote: > This patch adds a of_find_node_by_phandle() and of_get_next_parent() > function declaration dependence on"#ifdef CONFIG_OF" in "include/linux/of.h" > else part return inline dummy implementations (returning NULL). Without > this patch,build system ca

[PATCH] VEXPRESS: Fix VEXPRESS implicit declarations dependence errors.

2013-10-08 Thread Majunath Goudar
This patch adds a of_find_node_by_phandle() and of_get_next_parent() function declaration dependence on"#ifdef CONFIG_OF" in "include/linux/of.h" else part return inline dummy implementations (returning NULL). Without this patch,build system can lead to issues. This was discovered during randconfig