Re: mainline build failure due to 501126083855 ("fbdev/g364fb: Use fbdev I/O helpers")

2023-09-03 Thread Linux regression tracking #update (Thorsten Leemhuis)
[TLDR: This mail in primarily relevant for Linux kernel regression tracking. See link in footer if these mails annoy you.] On 31.08.23 20:48, Sudip Mukherjee (Codethink) wrote: > Hi All, > > The latest mainline kernel branch fails to build mips jazz_defconfig with > the error: > >

Re: mainline build failure due to 501126083855 ("fbdev/g364fb: Use fbdev I/O helpers")

2023-09-02 Thread Sudip Mukherjee
On Thu, 31 Aug 2023 at 20:04, Linus Torvalds wrote: > > On Thu, 31 Aug 2023 at 11:48, Sudip Mukherjee (Codethink) > wrote: > > The latest mainline kernel branch fails to build mips jazz_defconfig with > > the error: > > > > drivers/video/fbdev/g364fb.c:115:9: error: 'FB_DEFAULT_IOMEM_HELPERS' >

Re: mainline build failure due to 501126083855 ("fbdev/g364fb: Use fbdev I/O helpers")

2023-08-31 Thread Linus Torvalds
On Thu, 31 Aug 2023 at 11:48, Sudip Mukherjee (Codethink) wrote: > The latest mainline kernel branch fails to build mips jazz_defconfig with > the error: > > drivers/video/fbdev/g364fb.c:115:9: error: 'FB_DEFAULT_IOMEM_HELPERS' > undeclared here (not in a function); did you mean

mainline build failure due to 501126083855 ("fbdev/g364fb: Use fbdev I/O helpers")

2023-08-31 Thread Sudip Mukherjee (Codethink)
Hi All, The latest mainline kernel branch fails to build mips jazz_defconfig with the error: drivers/video/fbdev/g364fb.c:115:9: error: 'FB_DEFAULT_IOMEM_HELPERS' undeclared here (not in a function); did you mean 'FB_DEFAULT_IOMEM_OPS'? 115 | FB_DEFAULT_IOMEM_HELPERS, |