18 Apr
2017
18 Apr
'17
2:06 a.m.
On Mon, Apr 17, 2017 at 7:05 PM, Kuninori Morimoto kuninori.morimoto.gx@renesas.com wrote:
Hi Rob
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
of_for_each_phandle() uses of_phandle_iterator_init/next but these aren't exported. So kernel module complile will say
ERROR: "of_phandle_iterator_init" [xxx.ko] undefined! ERROR: "of_phandle_iterator_next" [xxx.ko] undefined!
This patch solves this issue
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
Acked-by: Rob Herring robh@kernel.org
Thanks. But I wonder you are the maintainer of of_graph ?
get_maintainers.pl can answer that for you: yes.
Rob