]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/vfb.c
IB/mthca: Enable MSI-X by default
[linux-2.6-omap-h63xx.git] / drivers / video / vfb.c
index 1293c2072d2ac1e0c5059b590ac99d9a74a77592..64ee78c3c12bba274d18db4f24f63f1016687b75 100644 (file)
@@ -84,6 +84,8 @@ static int vfb_mmap(struct fb_info *info,
                    struct vm_area_struct *vma);
 
 static struct fb_ops vfb_ops = {
+       .fb_read        = fb_sys_read,
+       .fb_write       = fb_sys_write,
        .fb_check_var   = vfb_check_var,
        .fb_set_par     = vfb_set_par,
        .fb_setcolreg   = vfb_setcolreg,