Re: [PATCH] auxdisplay: ht16k33: select CONFIG_FB_SYS_FOPS

2016-11-25 Thread Arnd Bergmann
On Friday, November 25, 2016 8:50:04 AM CET Robin van der Gracht wrote: > > Thanks for reporting this. You are right about the missing helper. > However, the fb_ops struct uses several helpers which are all missing. > > static struct fb_ops ht16k33_fb_ops = { > .owner = THIS_MODULE, >

Re: [PATCH] auxdisplay: ht16k33: select CONFIG_FB_SYS_FOPS

2016-11-25 Thread Arnd Bergmann
On Friday, November 25, 2016 8:50:04 AM CET Robin van der Gracht wrote: > > Thanks for reporting this. You are right about the missing helper. > However, the fb_ops struct uses several helpers which are all missing. > > static struct fb_ops ht16k33_fb_ops = { > .owner = THIS_MODULE, >

Re: [PATCH] auxdisplay: ht16k33: select CONFIG_FB_SYS_FOPS

2016-11-24 Thread Robin van der Gracht
Hi Arnd, On Wed, 23 Nov 2016 14:06:49 +0100 Arnd Bergmann wrote: > The new driver caused a rare randconfig failure: > > drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0xc): undefined reference > to `fb_sys_read' > drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0x10):

Re: [PATCH] auxdisplay: ht16k33: select CONFIG_FB_SYS_FOPS

2016-11-24 Thread Robin van der Gracht
Hi Arnd, On Wed, 23 Nov 2016 14:06:49 +0100 Arnd Bergmann wrote: > The new driver caused a rare randconfig failure: > > drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0xc): undefined reference > to `fb_sys_read' > drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0x10): undefined

[PATCH] auxdisplay: ht16k33: select CONFIG_FB_SYS_FOPS

2016-11-23 Thread Arnd Bergmann
The new driver caused a rare randconfig failure: drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0xc): undefined reference to `fb_sys_read' drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0x10): undefined reference to `fb_sys_write' This selects the respective helper module, like all

[PATCH] auxdisplay: ht16k33: select CONFIG_FB_SYS_FOPS

2016-11-23 Thread Arnd Bergmann
The new driver caused a rare randconfig failure: drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0xc): undefined reference to `fb_sys_read' drivers/auxdisplay/ht16k33.o:(.data.ht16k33_fb_ops+0x10): undefined reference to `fb_sys_write' This selects the respective helper module, like all