Re: [PATCH] of: export of_get_next_parent

2013-04-21 Thread Sylwester Nawrocki
Hi, On 04/21/2013 02:11 PM, Ming Lei wrote: On Wed, Apr 10, 2013 at 5:47 PM, Ming Lei wrote: The function is called by at least three drivers now: pinctrl mfd/vexpress v4l2-core The 3rd one can be built as module, so export the function to avoid build failure. Cc:

Re: [PATCH] of: export of_get_next_parent

2013-04-21 Thread Ming Lei
Hi, On Wed, Apr 10, 2013 at 5:47 PM, Ming Lei wrote: > The function is called by at least three drivers now: > > pinctrl > mfd/vexpress > v4l2-core > > The 3rd one can be built as module, so export the function to > avoid build failure. > > Cc: Grant Likely > Cc: Rob Herr