diff options
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_drv.c')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c index 0ee76e523a90..fa10395e2a18 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | |||
@@ -1529,10 +1529,8 @@ static int __init vmwgfx_init(void) | |||
1529 | { | 1529 | { |
1530 | int ret; | 1530 | int ret; |
1531 | 1531 | ||
1532 | #ifdef CONFIG_VGA_CONSOLE | ||
1533 | if (vgacon_text_force()) | 1532 | if (vgacon_text_force()) |
1534 | return -EINVAL; | 1533 | return -EINVAL; |
1535 | #endif | ||
1536 | 1534 | ||
1537 | ret = drm_pci_init(&driver, &vmw_pci_driver); | 1535 | ret = drm_pci_init(&driver, &vmw_pci_driver); |
1538 | if (ret) | 1536 | if (ret) |