diff options
Diffstat (limited to 'drivers/video/vt8623fb.c')
-rw-r--r-- | drivers/video/vt8623fb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/vt8623fb.c b/drivers/video/vt8623fb.c index 8883b6f36a7a..5e9755e464a1 100644 --- a/drivers/video/vt8623fb.c +++ b/drivers/video/vt8623fb.c | |||
@@ -635,6 +635,7 @@ static struct fb_ops vt8623fb_ops = { | |||
635 | .fb_fillrect = vt8623fb_fillrect, | 635 | .fb_fillrect = vt8623fb_fillrect, |
636 | .fb_copyarea = cfb_copyarea, | 636 | .fb_copyarea = cfb_copyarea, |
637 | .fb_imageblit = vt8623fb_imageblit, | 637 | .fb_imageblit = vt8623fb_imageblit, |
638 | .fb_get_caps = svga_get_caps, | ||
638 | }; | 639 | }; |
639 | 640 | ||
640 | 641 | ||