Re: [PATCH] of: Add stub for of_get_next_parent

From: Rob Herring
Date: Fri Jul 10 2020 - 11:29:56 EST


On Fri, Jul 10, 2020 at 2:19 AM Akash Asthana <akashast@xxxxxxxxxxxxxx> wrote:
>
> Fixes compilation error reported on x86 platform:
>
> drivers/soc/qcom/qcom-geni-se.c:819:11: error: implicit declaration of
> function 'of_get_next_parent'.
>
> drivers/soc/qcom/qcom-geni-se.c:819:9: warning: incompatible integer to
> pointer conversion assigning to 'struct device_node *' from 'int'
>
> Fixes: 048eb908a1f2 ("soc: qcom-geni-se: Add interconnect support to fix
> earlycon crash")
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Signed-off-by: Akash Asthana <akashast@xxxxxxxxxxxxxx>
> ---
> include/linux/of.h | 6 ++++++
> 1 file changed, 6 insertions(+)

Already have a similar patch.