On Mon, Aug 18, 2025 at 12:36:38PM +0200, Thomas Zimmermann wrote: > The field struct fbcon.rotate_font points to fbcon_rotate_font() if > the console is rotated. Set the callback in the same place as the other > callbacks. Prepares for declaring all fbcon callbacks in a dedicated > struct type. > > If not rotated, fbcon_set_bitops() still clears the callback to NULL. > > Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de> Reviewed-by: Sam Ravnborg <s...@ravnborg.org>