Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fbcon: Remove struct fbcon_display.inverse

The field inverse in struct fbcon_display is unused. Remove it.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Cc: <stable@vger.kernel.org> # v6.0+
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Thomas Zimmermann and committed by
Helge Deller
30baedee ce4e2519

-1
-1
drivers/video/fbdev/core/fbcon.h
··· 30 30 #ifdef CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION 31 31 u_short scrollmode; /* Scroll Method, use fb_scrollmode() */ 32 32 #endif 33 - u_short inverse; /* != 0 text black on white as default */ 34 33 short yscroll; /* Hardware scrolling */ 35 34 int vrows; /* number of virtual rows */ 36 35 int cursor_shape;