summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-05-19 15:33:21 (GMT)
committerDave Airlie <airlied@redhat.com>2012-05-19 15:34:16 (GMT)
commit4688a69dd197fd225cca669c40d67b79f669a5a6 (patch)
treebcafdae9be71dba9659fb5fb4a180687f9942d15 /drivers/gpu/drm/ast
parent4271a4090068f9dec3784205391c59540130b132 (diff)
downloadlinux-4688a69dd197fd225cca669c40d67b79f669a5a6.tar.xz
drm/cirrus/ast/mgag200: fix build without CONFIG_VGA_CONSOLE
Reported-by: Randy Dunlap Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ast')
-rw-r--r--drivers/gpu/drm/ast/ast_drv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/ast/ast_drv.c b/drivers/gpu/drm/ast/ast_drv.c
index b56eac6..d0c4574 100644
--- a/drivers/gpu/drm/ast/ast_drv.c
+++ b/drivers/gpu/drm/ast/ast_drv.c
@@ -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;