diff options
Diffstat (limited to 'drivers/video/ffb.c')
-rw-r--r-- | drivers/video/ffb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/ffb.c b/drivers/video/ffb.c index 10cd05059fe9..04417dc16c2e 100644 --- a/drivers/video/ffb.c +++ b/drivers/video/ffb.c | |||
@@ -57,9 +57,6 @@ static struct fb_ops ffb_ops = { | |||
57 | .fb_sync = ffb_sync, | 57 | .fb_sync = ffb_sync, |
58 | .fb_mmap = ffb_mmap, | 58 | .fb_mmap = ffb_mmap, |
59 | .fb_ioctl = ffb_ioctl, | 59 | .fb_ioctl = ffb_ioctl, |
60 | |||
61 | /* XXX Use FFB hw cursor once fb cursor API is better understood... */ | ||
62 | .fb_cursor = soft_cursor, | ||
63 | }; | 60 | }; |
64 | 61 | ||
65 | /* Register layout and definitions */ | 62 | /* Register layout and definitions */ |