Re: [PATCH] video: ARM CLCD: export symbols for driver module

2016-08-30 Thread Tomi Valkeinen
On 26/08/16 18:34, Arnd Bergmann wrote: > The amba-clcd-versatile.c code is always built-in and has to > be done that way because it gets called by platform code that is > also built-in. However, it now also gets called from the > core CLCD driver through the .init_panel callback function, > whic

Re: [PATCH] video: ARM CLCD: export symbols for driver module

2016-08-29 Thread Linus Walleij
On Fri, Aug 26, 2016 at 5:34 PM, Arnd Bergmann wrote: > The amba-clcd-versatile.c code is always built-in and has to > be done that way because it gets called by platform code that is > also built-in. However, it now also gets called from the > core CLCD driver through the .init_panel callback fu

[PATCH] video: ARM CLCD: export symbols for driver module

2016-08-26 Thread Arnd Bergmann
The amba-clcd-versatile.c code is always built-in and has to be done that way because it gets called by platform code that is also built-in. However, it now also gets called from the core CLCD driver through the .init_panel callback function, which leads to a build error when the framebuffer is con