Re: [PATCH RFC 02/13] of: add a dummy inline function for when CONFIG_OF is not defined
From: Grant Likely <hidden>
Date: 2012-12-11 08:43:14
Also in:
linux-media, lkml
From: Grant Likely <hidden>
Date: 2012-12-11 08:43:14
Also in:
linux-media, lkml
On Mon, 10 Dec 2012 20:41:28 +0100, Sylwester Nawrocki [off-list ref] wrote:
From: Guennadi Liakhovetski <redacted> If CONFIG_OF isn't defined, no declaration of of_get_parent will be found and compilation can fail. This patch adds a dummy inline function definition to fix the problem.
Where is this function getting called when CONFIG_OF is not defined? I suspect that any code calling of_get_parent() should be CONFIG_OF specific code and configured out when CONFIG_OF=n, but let me know if I'm missing something. g.