diff options
Diffstat (limited to 'drivers/video/broadsheetfb.c')
-rw-r--r-- | drivers/video/broadsheetfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/broadsheetfb.c b/drivers/video/broadsheetfb.c index 509cb92e8731..df9ccb901d86 100644 --- a/drivers/video/broadsheetfb.c +++ b/drivers/video/broadsheetfb.c | |||
@@ -470,7 +470,7 @@ static int __devinit broadsheetfb_probe(struct platform_device *dev) | |||
470 | par->read_reg = broadsheet_read_reg; | 470 | par->read_reg = broadsheet_read_reg; |
471 | init_waitqueue_head(&par->waitq); | 471 | init_waitqueue_head(&par->waitq); |
472 | 472 | ||
473 | info->flags = FBINFO_FLAG_DEFAULT; | 473 | info->flags = FBINFO_FLAG_DEFAULT | FBINFO_VIRTFB; |
474 | 474 | ||
475 | info->fbdefio = &broadsheetfb_defio; | 475 | info->fbdefio = &broadsheetfb_defio; |
476 | fb_deferred_io_init(info); | 476 | fb_deferred_io_init(info); |