diff options
Diffstat (limited to 'drivers/video/pxafb.c')
-rw-r--r-- | drivers/video/pxafb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/pxafb.c b/drivers/video/pxafb.c index efd9333b05c2..f305a5b77b23 100644 --- a/drivers/video/pxafb.c +++ b/drivers/video/pxafb.c | |||
@@ -418,7 +418,6 @@ static struct fb_ops pxafb_ops = { | |||
418 | .fb_copyarea = cfb_copyarea, | 418 | .fb_copyarea = cfb_copyarea, |
419 | .fb_imageblit = cfb_imageblit, | 419 | .fb_imageblit = cfb_imageblit, |
420 | .fb_blank = pxafb_blank, | 420 | .fb_blank = pxafb_blank, |
421 | .fb_cursor = soft_cursor, | ||
422 | .fb_mmap = pxafb_mmap, | 421 | .fb_mmap = pxafb_mmap, |
423 | }; | 422 | }; |
424 | 423 | ||