fbdev/core: Remove empty internal helpers from fb_logo.c
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 7 Sep 2023 08:52:05 +0000 (10:52 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 11 Sep 2023 13:12:37 +0000 (15:12 +0200)
commit9ab7dc25ab65db5f8d45bc6ee0431f9ae387b642
tree5177049cad83bc59a7ddddf28ffeda5b45361a83
parent8887086ef2e0047ec321103a15e7d766be3a3874
fbdev/core: Remove empty internal helpers from fb_logo.c

Remove the two empty helpers for the case the CONFIG_FB_LOGO_EXTRA
has not been set. They are internal functions and only called once.
Providing empty replacements seems like overkill. Instead protect
the call sites with a test for CONFIG_FB_LOGO_EXTRA.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230907085408.9354-7-tzimmermann@suse.de
drivers/video/fbdev/core/fb_logo.c