diff options
Diffstat (limited to 'drivers/video/radeonfb.c')
-rw-r--r-- | drivers/video/radeonfb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/radeonfb.c b/drivers/video/radeonfb.c index a78b9bd8f897..600318f708f2 100644 --- a/drivers/video/radeonfb.c +++ b/drivers/video/radeonfb.c | |||
@@ -2218,7 +2218,6 @@ static struct fb_ops radeonfb_ops = { | |||
2218 | .fb_copyarea = cfb_copyarea, | 2218 | .fb_copyarea = cfb_copyarea, |
2219 | .fb_imageblit = cfb_imageblit, | 2219 | .fb_imageblit = cfb_imageblit, |
2220 | #endif | 2220 | #endif |
2221 | .fb_cursor = soft_cursor, | ||
2222 | }; | 2221 | }; |
2223 | 2222 | ||
2224 | 2223 | ||