From: Ville Syrjala Fix atyfb cursor problems: - oops with noaccel option - CONFIG_FB_ATY_CT dependency problem Signed-off-by: Ville Syrjala Signed-off-by: Andrew Morton --- 25-akpm/drivers/video/aty/atyfb_base.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/aty/atyfb_base.c~fix-atyfb-cursor-problems drivers/video/aty/atyfb_base.c --- 25/drivers/video/aty/atyfb_base.c~fix-atyfb-cursor-problems Wed Nov 3 15:18:55 2004 +++ 25-akpm/drivers/video/aty/atyfb_base.c Wed Nov 3 15:18:55 2004 @@ -292,7 +292,7 @@ static struct fb_ops atyfb_ops = { .fb_fillrect = atyfb_fillrect, .fb_copyarea = atyfb_copyarea, .fb_imageblit = atyfb_imageblit, - .fb_cursor = atyfb_cursor, + .fb_cursor = soft_cursor, #ifdef __sparc__ .fb_mmap = atyfb_mmap, #endif _