Re: [PATCH 2/8] fbdev/ARM: pxa: avoid selecting CONFIG_FB

2020-04-19 Thread Robert Jarzmik
Arnd Bergmann writes: > In order to add more compile-time dependencies to CONFIG_FB, remove the > last few instances of selecting it from platform code. > > This was originally written to allow a modular driver, but that never > worked because vmlinux cannot call exported functions from a loadabl

[PATCH 2/8] fbdev/ARM: pxa: avoid selecting CONFIG_FB

2020-04-17 Thread Arnd Bergmann
In order to add more compile-time dependencies to CONFIG_FB, remove the last few instances of selecting it from platform code. This was originally written to allow a modular driver, but that never worked because vmlinux cannot call exported functions from a loadable module. Just change the #ifdef