]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/amifb.c
Add Nokia CBUS support
[linux-2.6-omap-h63xx.git] / drivers / video / amifb.c
index 88a47845c4f7db713a9960948ffbbf9fa29155dd..1a849b870bcc8986a25eae263f053cfd516961e0 100644 (file)
@@ -2906,14 +2906,6 @@ static int ami_decode_var(struct fb_var_screeninfo *var,
        par->crsr.spot_x = par->crsr.spot_y = 0;
        par->crsr.height = par->crsr.width = 0;
 
-#if 0  /* fbmon not done.  uncomment for 2.5.x -brad */
-       if (!fbmon_valid_timings(pixclock[clk_shift], htotal, vtotal,
-                                &fb_info)) {
-               DPRINTK("mode doesn't fit for monitor\n");
-               return -EINVAL;
-       }
-#endif
-
        return 0;
 }