X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fvideo%2Fpmagb-b-fb.c;h=d14eaee91cfffd63d9ddd171e4f466a4a4d5640e;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=7847bed739b538d22a8393ddb951c44a856b394b;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/video/pmagb-b-fb.c b/drivers/video/pmagb-b-fb.c index 7847bed73..d14eaee91 100644 --- a/drivers/video/pmagb-b-fb.c +++ b/drivers/video/pmagb-b-fb.c @@ -55,27 +55,27 @@ struct pmagb_b_ramdac_regs { static struct fb_info pmagbb_fb_info[3]; static struct fb_var_screeninfo pmagbbfb_defined = { - .xres = 1280, - .yres = 1024, - .xres_virtual = 1280, - .yres_virtual = 1024, - .bits_per_pixel = 8, + .xres = 1280, + .yres = 1024, + .xres_virtual = 1280, + .yres_virtual = 1024, + .bits_per_pixel = 8, .red.length = 8, .green.length = 8, .blue.length = 8, - .activate = FB_ACTIVATE_NOW, - .height = 274, - .width = 195, - .accel_flags = FB_ACCEL_NONE, - .vmode = FB_VMODE_NONINTERLACED, + .activate = FB_ACTIVATE_NOW, + .height = 274, + .width = 195, + .accel_flags = FB_ACCEL_NONE, + .vmode = FB_VMODE_NONINTERLACED, }; static struct fb_fix_screeninfo pmagbafb_fix = { - .id = "PMAGB-BA", - .smem_len = (1280 * 1024), - .type = FB_TYPE_PACKED_PIXELS, - .visual = FB_VISUAL_PSEUDOCOLOR, - .line_length = 1280, + .id = "PMAGB-BA", + .smem_len = (1280 * 1024), + .type = FB_TYPE_PACKED_PIXELS, + .visual = FB_VISUAL_PSEUDOCOLOR, + .line_length = 1280, } /*