diff options
Diffstat (limited to 'drivers/video/dnfb.c')
-rw-r--r-- | drivers/video/dnfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/dnfb.c b/drivers/video/dnfb.c index 1785686a7f11..957a3ada2b75 100644 --- a/drivers/video/dnfb.c +++ b/drivers/video/dnfb.c | |||
@@ -116,7 +116,6 @@ static struct fb_ops dn_fb_ops = { | |||
116 | .fb_fillrect = cfb_fillrect, | 116 | .fb_fillrect = cfb_fillrect, |
117 | .fb_copyarea = dnfb_copyarea, | 117 | .fb_copyarea = dnfb_copyarea, |
118 | .fb_imageblit = cfb_imageblit, | 118 | .fb_imageblit = cfb_imageblit, |
119 | .fb_cursor = soft_cursor, | ||
120 | }; | 119 | }; |
121 | 120 | ||
122 | struct fb_var_screeninfo dnfb_var __devinitdata = { | 121 | struct fb_var_screeninfo dnfb_var __devinitdata = { |