X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fconsole%2Ffont_7x14.c;h=3b7dbf9c060b33eb55d33938ec13c4cfeab03fe9;hb=2dd550b90b03d5f236a18ae491bf6e70798469a8;hp=bbf1166473972a4410638669d85ad30d1a7daf25;hpb=2f4516dbd048f25eba78e115e8e73e1e8f04e7f9;p=linux-2.6 diff --git a/drivers/video/console/font_7x14.c b/drivers/video/console/font_7x14.c index bbf1166473..3b7dbf9c06 100644 --- a/drivers/video/console/font_7x14.c +++ b/drivers/video/console/font_7x14.c @@ -4109,10 +4109,10 @@ static const unsigned char fontdata_7x14[FONTDATAMAX] = { const struct font_desc font_7x14 = { - FONT7x14_IDX, - "7x14", - 7, - 14, - fontdata_7x14, - 0 + .idx = FONT7x14_IDX, + .name = "7x14", + .width = 7, + .height = 14, + .data = fontdata_7x14, + .pref = 0, };