diff options
Diffstat (limited to 'drivers/video/arkfb.c')
-rw-r--r-- | drivers/video/arkfb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/arkfb.c b/drivers/video/arkfb.c index 9288dd11dcef..ba6fede5c466 100644 --- a/drivers/video/arkfb.c +++ b/drivers/video/arkfb.c | |||
@@ -919,6 +919,7 @@ static struct fb_ops arkfb_ops = { | |||
919 | .fb_fillrect = arkfb_fillrect, | 919 | .fb_fillrect = arkfb_fillrect, |
920 | .fb_copyarea = cfb_copyarea, | 920 | .fb_copyarea = cfb_copyarea, |
921 | .fb_imageblit = arkfb_imageblit, | 921 | .fb_imageblit = arkfb_imageblit, |
922 | .fb_get_caps = svga_get_caps, | ||
922 | }; | 923 | }; |
923 | 924 | ||
924 | 925 | ||