Re: [PATCH] V4L: Remove incorrect EXPORT_SYMBOL() usage at v4l2-of.c

2013-04-02 Thread Guennadi Liakhovetski
On Tue, 2 Apr 2013, Sylwester Nawrocki wrote: > Hi Guennadi, > > On 04/02/2013 04:54 PM, Guennadi Liakhovetski wrote: > > On Tue, 2 Apr 2013, Sylwester Nawrocki wrote: > > > >> > v4l2_of_parse_parallel_bus() function is now static and > >> > EXPORT_SYMBOL() doesn't apply to it any more. Drop thi

Re: [PATCH] V4L: Remove incorrect EXPORT_SYMBOL() usage at v4l2-of.c

2013-04-02 Thread Sylwester Nawrocki
Hi Guennadi, On 04/02/2013 04:54 PM, Guennadi Liakhovetski wrote: > On Tue, 2 Apr 2013, Sylwester Nawrocki wrote: > >> > v4l2_of_parse_parallel_bus() function is now static and >> > EXPORT_SYMBOL() doesn't apply to it any more. Drop this >> > meaningless statement, which was supposed to be done i

Re: [PATCH] V4L: Remove incorrect EXPORT_SYMBOL() usage at v4l2-of.c

2013-04-02 Thread Guennadi Liakhovetski
Hi Sylwester On Tue, 2 Apr 2013, Sylwester Nawrocki wrote: > v4l2_of_parse_parallel_bus() function is now static and > EXPORT_SYMBOL() doesn't apply to it any more. Drop this > meaningless statement, which was supposed to be done in > the original merged patch. > > While at it, edit the copyrigh

[PATCH] V4L: Remove incorrect EXPORT_SYMBOL() usage at v4l2-of.c

2013-04-02 Thread Sylwester Nawrocki
v4l2_of_parse_parallel_bus() function is now static and EXPORT_SYMBOL() doesn't apply to it any more. Drop this meaningless statement, which was supposed to be done in the original merged patch. While at it, edit the copyright notice so it is sorted in both the v4l2-of.c and v4l2-of.h file in newe