This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / video / sis / sis_main.c
index 1ece9b6..72afe08 100644 (file)
@@ -1813,11 +1813,8 @@ sisfb_set_par(struct fb_info *info)
                return err;
        }
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10)
        sisfb_get_fix(&info->fix, info->currcon, info);
-#else
-       sisfb_get_fix(&info->fix, -1, info);
-#endif
+
        return 0;
 }