X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fvideo%2Fvfb.c;h=bc67251f1a2f1d0e3662d4bec1f46f91bd2884d8;hb=e37c83c06c2690157a989df40dc99a6b61c9ea15;hp=9b5532b4de35fe9f622b37a7d1fbe14815ba5049;hpb=b9e3fc29c08a6dcbe19606cfba19c1fcc0551ed7;p=~andy%2Flinux diff --git a/drivers/video/vfb.c b/drivers/video/vfb.c index 9b5532b4de3..bc67251f1a2 100644 --- a/drivers/video/vfb.c +++ b/drivers/video/vfb.c @@ -78,7 +78,7 @@ static void rvfree(void *mem, unsigned long size) vfree(mem); } -static struct fb_var_screeninfo vfb_default __initdata = { +static struct fb_var_screeninfo vfb_default __devinitdata = { .xres = 640, .yres = 480, .xres_virtual = 640, @@ -100,7 +100,7 @@ static struct fb_var_screeninfo vfb_default __initdata = { .vmode = FB_VMODE_NONINTERLACED, }; -static struct fb_fix_screeninfo vfb_fix __initdata = { +static struct fb_fix_screeninfo vfb_fix __devinitdata = { .id = "Virtual FB", .type = FB_TYPE_PACKED_PIXELS, .visual = FB_VISUAL_PSEUDOCOLOR,