drm: Remove unused code to load the non-existing fbcon.ko
authorJavier Martinez Canillas <javierm@redhat.com>
Wed, 18 Aug 2021 12:09:48 +0000 (14:09 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Aug 2021 12:33:47 +0000 (14:33 +0200)
commit6fa701d13ae6925f267185b2469e49f384e450ec
treedca0a2ece48ff9278dfa105d27e66bb282907451
parent072e70d52372c44df90b44fb4cd949a709bb5bef
drm: Remove unused code to load the non-existing fbcon.ko

Commit 6104c37094e7 ("fbcon: Make fbcon a built-time depency for fbdev")
changed the FRAMEBUFFER_CONSOLE Kconfig symbol from tristate to bool.

But the drm_kms_helper_init() function still attempts to load the fbcon
module, even when this is always built-in since the mentioned change.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210818120948.451896-1-javierm@redhat.com
drivers/gpu/drm/drm_kms_helper_common.c