From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [resend][PATCH v5 01/10] of_graph: export symbol of_phandle_iterator_init/next Date: Mon, 17 Apr 2017 08:43:04 -0500 Message-ID: References: <87bmrvvqgs.wl%kuninori.morimoto.gx@renesas.com> <87a87fvqfc.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <87a87fvqfc.wl%kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kuninori Morimoto Cc: Mark Brown , Linux-ALSA , Simon , Linux-DT List-Id: devicetree@vger.kernel.org On Sun, Apr 16, 2017 at 7:21 PM, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > 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 Acked-by: Rob Herring -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html