--- radeonfb.c.ORIG Sat Oct 19 15:35:03 2002 +++ radeonfb.c Sat Oct 19 15:34:05 2002 @@ -1716,7 +1716,7 @@ disp->line_length = disp->var.xres_virtual * 2; break; #endif -#ifdef FBCON_HAS_CFB32 +#ifdef FBCON_HAS_CFB24 case 24: disp->dispsw = &fbcon_cfb24; disp->dispsw_data = &rinfo->con_cmap.cfb24;