Commit c83e515d authored by James Simmons's avatar James Simmons Committed by James Simmons

Use the new name of the software cursor function.

parent 8f9239b1
...@@ -208,7 +208,7 @@ static struct fb_ops atyfb_ops = { ...@@ -208,7 +208,7 @@ static struct fb_ops atyfb_ops = {
.fb_fillrect = atyfb_fillrect, .fb_fillrect = atyfb_fillrect,
.fb_copyarea = atyfb_copyarea, .fb_copyarea = atyfb_copyarea,
.fb_imageblit = atyfb_imageblit, .fb_imageblit = atyfb_imageblit,
.fb_cursor = cfb_cursor, .fb_cursor = soft_cursor,
#ifdef __sparc__ #ifdef __sparc__
.fb_mmap = atyfb_mmap, .fb_mmap = atyfb_mmap,
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment