]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit50e3264120cf5a4f4212fafd275bb2c59c488160
treedca0a2ece48ff9278dfa105d27e66bb282907451
parent0b97a590c5741b266dcdf0900614dcfae9c59389
drm: Remove unused code to load the non-existing fbcon.ko

Commit f09b07274d6c ("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