Unverified Commit d76f25d6 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas
Browse files

drm/vboxvideo: Drop CONFIG_VGA_CONSOLE guard to call vgacon_text_force()



It is already handled by the console.h macro since a stub inline function
is defined for vgacon_text_force() if CONFIG_VGA_CONSOLE is not set.

There's no need to have ifdefery in the driver when calling the function.

Signed-off-by: default avatarJavier Martinez Canillas <javierm@redhat.com>
Acked-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Acked-by: default avatarJani Nikula <jani.nikula@intel.com>
Acked-by: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211112133230.1595307-3-javierm@redhat.com
parent 35f7775f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -193,10 +193,8 @@ static const struct drm_driver driver = {

static int __init vbox_init(void)
{
#ifdef CONFIG_VGA_CONSOLE
	if (vgacon_text_force() && vbox_modeset == -1)
		return -EINVAL;
#endif

	if (vbox_modeset == 0)
		return -EINVAL;