drm/cirrus/ast/mgag200: fix build without CONFIG_VGA_CONSOLE
Reported-by: Randy Dunlap Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -221,8 +221,10 @@ static struct drm_driver driver = {
|
||||
|
||||
static int __init ast_init(void)
|
||||
{
|
||||
#ifdef CONFIG_VGA_CONSOLE
|
||||
if (vgacon_text_force() && ast_modeset == -1)
|
||||
return -EINVAL;
|
||||
#endif
|
||||
|
||||
if (ast_modeset == 0)
|
||||
return -EINVAL;
|
||||
|
Reference in New Issue
Block a user