fb-defio: Inhibit VM_IO flag to be set on vmalloc-ed framebuffers.
[pandora-kernel.git] / drivers / video / broadsheetfb.c
index 509cb92..df9ccb9 100644 (file)
@@ -470,7 +470,7 @@ static int __devinit broadsheetfb_probe(struct platform_device *dev)
        par->read_reg = broadsheet_read_reg;
        init_waitqueue_head(&par->waitq);
 
-       info->flags = FBINFO_FLAG_DEFAULT;
+       info->flags = FBINFO_FLAG_DEFAULT | FBINFO_VIRTFB;
 
        info->fbdefio = &broadsheetfb_defio;
        fb_deferred_io_init(info);