Re: linux-next: build failure after merge of the fbdev tree

From: Helge Deller
Date: Tue Oct 15 2024 - 04:18:09 EST


On 10/15/24 09:15, Thomas Zimmermann wrote:
Hi

Am 15.10.24 um 03:01 schrieb Stephen Rothwell:
Hi all,

After merging the fbdev tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/video/fbdev/sstfb.c: In function 'sstfb_probe':
drivers/video/fbdev/sstfb.c:1439:2: error: invalid preprocessing directive #fdef; did you mean #ifdef?
  1439 | #fdef CONFIG_FB_DEVICE
       |  ^~~~
       |  ifdef
drivers/video/fbdev/sstfb.c:1442:2: error: #endif without #if
  1442 | #endif
       |  ^~~~~

Caused by commit

   7c0510bb3452 ("fbdev: sstfb: Make CONFIG_FB_DEVICE optional")

I have used the fbdev tree from next-20241014 for today.

Thanks for reporting. While it has my r-b, it wasn't supposed to be merged yet. I sent out a fix to address the remaining problems. See

https://lore.kernel.org/linux-fbdev/20241015071029.25639-1-tzimmermann@xxxxxxx/T/#u

Thanks Thomas and Stephen!

I've merged Thomas changes into one patch and pushed a new version.
The issue should be resolved now.

Helge