X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fvga16fb.c;h=9b3c5923365e7dd62e60982f9d6c27341f68cdf5;hb=754cdd4aba225b74dcc35cc384aeb0c42b505e8b;hp=2a14d28c41633ff92b28b9e253d1fb3530349fb0;hpb=31f6e1bd3b58c9a67e5ea0c2d372fbf5fc9e326d;p=linux-2.6 diff --git a/drivers/video/vga16fb.c b/drivers/video/vga16fb.c index 2a14d28c41..9b3c592336 100644 --- a/drivers/video/vga16fb.c +++ b/drivers/video/vga16fb.c @@ -1364,7 +1364,7 @@ static int __init vga16fb_probe(struct platform_device *dev) par = info->par; mutex_init(&par->open_lock); - par->isVGA = ORIG_VIDEO_ISVGA; + par->isVGA = screen_info.orig_video_isVGA; par->palette_blanked = 0; par->vesa_blanked = 0;