diff options
Diffstat (limited to 'drivers/video/pmagb-b-fb.c')
-rw-r--r-- | drivers/video/pmagb-b-fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/pmagb-b-fb.c b/drivers/video/pmagb-b-fb.c index a483b13e117b..25148de5fe67 100644 --- a/drivers/video/pmagb-b-fb.c +++ b/drivers/video/pmagb-b-fb.c | |||
@@ -132,7 +132,6 @@ static struct fb_ops pmagbbfb_ops = { | |||
132 | .fb_fillrect = cfb_fillrect, | 132 | .fb_fillrect = cfb_fillrect, |
133 | .fb_copyarea = cfb_copyarea, | 133 | .fb_copyarea = cfb_copyarea, |
134 | .fb_imageblit = cfb_imageblit, | 134 | .fb_imageblit = cfb_imageblit, |
135 | .fb_cursor = soft_cursor, | ||
136 | }; | 135 | }; |
137 | 136 | ||
138 | 137 | ||