linux-stable/drivers/video/fbdev/mb862xx
Michael Ellerman 974191720a fbdev: mb862xxfb: Fix defined but not used error
socrates_gc_mode is defined at the top-level but then only used inside
an #ifdef CONFIG_FB_MB862XX_LIME, leading to an error with some configs:

  drivers/video/fbdev/mb862xx/mb862xxfbdrv.c:36:31: error: ‘socrates_gc_mode’ defined but not used
     36 | static struct mb862xx_gc_mode socrates_gc_mode = {

Fix it by moving socrates_gc_mode inside that ifdef, immediately prior
to the only function where it's used.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Helge Deller <deller@gmx.de>
2024-03-15 10:01:27 +01:00
..
Makefile
mb862xx-i2c.c
mb862xx_reg.h
mb862xxfb.h video: fbdev: mb862xx: modify the static fb_ops directly 2019-12-05 10:57:22 +02:00
mb862xxfb_accel.c fbdev: Explicitly include correct DT includes 2023-07-20 07:56:30 +02:00
mb862xxfb_accel.h
mb862xxfbdrv.c fbdev: mb862xxfb: Fix defined but not used error 2024-03-15 10:01:27 +01:00