From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] DT: export of_get_next_parent() for use by modules: fix modular V4L2 Date: Tue, 2 Apr 2013 16:30:13 +0000 Message-ID: <201304021630.13371.arnd@arndb.de> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-media-owner@vger.kernel.org To: devicetree-discuss@lists.ozlabs.org Cc: Guennadi Liakhovetski , Linux Media Mailing List , Rob Herring , Sylwester Nawrocki List-Id: devicetree@vger.kernel.org On Tuesday 02 April 2013, Guennadi Liakhovetski wrote: > Currently modular V4L2 build with enabled OF is broken dur to the > of_get_next_parent() function being unavailable to modules. Export it to > fix the build. > > Cc: Sylwester Nawrocki > Signed-off-by: Guennadi Liakhovetski Looks good to me, but shouldn't this be EXPORT_SYMBOL_GPL? Arnd