vserver 1.9.5.x5
[linux-2.6.git] / drivers / video / pmagb-b-fb.c
index 7847bed..d14eaee 100644 (file)
@@ -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,
 }
 
 /*