Re: [PATCH] omapfb: rename omap2 module to omap2fb.ko

2018-07-24 Thread Bartlomiej Zolnierkiewicz
On Monday, July 09, 2018 12:02:16 AM Tony Lindgren wrote: > * Arnd Bergmann [180706 12:39]: > > In a kernel configuration with both CONFIG_FB_OMAP=m and CONFIG_FB_OMAP2=m, > > Kbuild fails to point out that we have two modules with the same name > > (omapfb.ko), > > but instead fails with a crypt

Re: [PATCH] omapfb: rename omap2 module to omap2fb.ko

2018-07-09 Thread Tony Lindgren
* Arnd Bergmann [180706 12:39]: > In a kernel configuration with both CONFIG_FB_OMAP=m and CONFIG_FB_OMAP2=m, > Kbuild fails to point out that we have two modules with the same name > (omapfb.ko), > but instead fails with a cryptic error message like: > > ERROR: "omapfb_register_panel" [drivers/

[PATCH] omapfb: rename omap2 module to omap2fb.ko

2018-07-06 Thread Arnd Bergmann
In a kernel configuration with both CONFIG_FB_OMAP=m and CONFIG_FB_OMAP2=m, Kbuild fails to point out that we have two modules with the same name (omapfb.ko), but instead fails with a cryptic error message like: ERROR: "omapfb_register_panel" [drivers/video/fbdev/omap/lcd_osk.ko] undefined! This