diff options
Diffstat (limited to 'drivers/video/maxinefb.c')
-rw-r--r-- | drivers/video/maxinefb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/maxinefb.c b/drivers/video/maxinefb.c index f192d995d030..743e7ad26acc 100644 --- a/drivers/video/maxinefb.c +++ b/drivers/video/maxinefb.c | |||
@@ -113,7 +113,6 @@ static struct fb_ops maxinefb_ops = { | |||
113 | .fb_fillrect = cfb_fillrect, | 113 | .fb_fillrect = cfb_fillrect, |
114 | .fb_copyarea = cfb_copyarea, | 114 | .fb_copyarea = cfb_copyarea, |
115 | .fb_imageblit = cfb_imageblit, | 115 | .fb_imageblit = cfb_imageblit, |
116 | .fb_cursor = soft_cursor, | ||
117 | }; | 116 | }; |
118 | 117 | ||
119 | int __init maxinefb_init(void) | 118 | int __init maxinefb_init(void) |