diff options
Diffstat (limited to 'drivers/video/sis/sis_main.c')
-rw-r--r-- | drivers/video/sis/sis_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/sis/sis_main.c b/drivers/video/sis/sis_main.c index 42c54b69726e..dea1a46c67c4 100644 --- a/drivers/video/sis/sis_main.c +++ b/drivers/video/sis/sis_main.c | |||
@@ -2002,7 +2002,9 @@ static struct fb_ops sisfb_ops = { | |||
2002 | .fb_fillrect = fbcon_sis_fillrect, | 2002 | .fb_fillrect = fbcon_sis_fillrect, |
2003 | .fb_copyarea = fbcon_sis_copyarea, | 2003 | .fb_copyarea = fbcon_sis_copyarea, |
2004 | .fb_imageblit = cfb_imageblit, | 2004 | .fb_imageblit = cfb_imageblit, |
2005 | #ifdef CONFIG_FB_SOFT_CURSOR | ||
2005 | .fb_cursor = soft_cursor, | 2006 | .fb_cursor = soft_cursor, |
2007 | #endif | ||
2006 | .fb_sync = fbcon_sis_sync, | 2008 | .fb_sync = fbcon_sis_sync, |
2007 | #ifdef SIS_NEW_CONFIG_COMPAT | 2009 | #ifdef SIS_NEW_CONFIG_COMPAT |
2008 | .fb_compat_ioctl= sisfb_compat_ioctl, | 2010 | .fb_compat_ioctl= sisfb_compat_ioctl, |