kernel/drivers/video/fbdev/aty/mach64_cursor.c
.. .. @@ -194,7 +194,7 @@ 194 194 return 0; 195 195 } 196 196 197 -int aty_init_cursor(struct fb_info *info)197 +int aty_init_cursor(struct fb_info *info, struct fb_ops *atyfb_ops)198 198 { 199 199 unsigned long addr; 200 200 .. .. @@ -219,7 +219,7 @@ 219 219 info->sprite.buf_align = 16; /* and 64 lines tall. */ 220 220 info->sprite.flags = FB_PIXMAP_IO; 221 221 222 - info->fbops->fb_cursor = atyfb_cursor;222 + atyfb_ops->fb_cursor = atyfb_cursor;223 223 224 224 return 0; 225 225 }