--- linux-2.6.8/drivers/video/g364fb.c 2004-10-15 22:19:15.000000000 +0200 +++ linux-2.6.head/drivers/video/g364fb.c 2004-10-16 23:11:33.687102320 +0200 @@ -128,7 +128,7 @@ static struct fb_ops g364fb_ops = { int g364fb_cursor(struct fb_info *info, struct fb_cursor *cursor) { - switch (cursor->enable) { + switch (info->cursor.enable) { case CM_ERASE: *(unsigned int *) CTLA_REG |= CURS_TOGGLE; break;