diff options
Diffstat (limited to 'drivers/video/vga16fb.c')
-rw-r--r-- | drivers/video/vga16fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/vga16fb.c b/drivers/video/vga16fb.c index 2a14d28c4163..9b3c5923365e 100644 --- a/drivers/video/vga16fb.c +++ b/drivers/video/vga16fb.c | |||
@@ -1364,7 +1364,7 @@ static int __init vga16fb_probe(struct platform_device *dev) | |||
1364 | par = info->par; | 1364 | par = info->par; |
1365 | 1365 | ||
1366 | mutex_init(&par->open_lock); | 1366 | mutex_init(&par->open_lock); |
1367 | par->isVGA = ORIG_VIDEO_ISVGA; | 1367 | par->isVGA = screen_info.orig_video_isVGA; |
1368 | par->palette_blanked = 0; | 1368 | par->palette_blanked = 0; |
1369 | par->vesa_blanked = 0; | 1369 | par->vesa_blanked = 0; |
1370 | 1370 | ||