diff options
Diffstat (limited to 'drivers/video/pmag-ba-fb.c')
-rw-r--r-- | drivers/video/pmag-ba-fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/pmag-ba-fb.c b/drivers/video/pmag-ba-fb.c index c98f1c8d7dc2..f3927b6cda9d 100644 --- a/drivers/video/pmag-ba-fb.c +++ b/drivers/video/pmag-ba-fb.c | |||
@@ -128,7 +128,6 @@ static struct fb_ops pmagbafb_ops = { | |||
128 | .fb_fillrect = cfb_fillrect, | 128 | .fb_fillrect = cfb_fillrect, |
129 | .fb_copyarea = cfb_copyarea, | 129 | .fb_copyarea = cfb_copyarea, |
130 | .fb_imageblit = cfb_imageblit, | 130 | .fb_imageblit = cfb_imageblit, |
131 | .fb_cursor = soft_cursor, | ||
132 | }; | 131 | }; |
133 | 132 | ||
134 | 133 | ||