X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fvideo%2Fconsole%2Ffont_pearl_8x8.c;h=dc6ad539ca4e4307c321e4d5b2e374814f04d707;hb=8cad7f06e3b1d3f9a28bb7385e8fc09d5e1bf84c;hp=e646c88f55c7b245c98cc19f1350ec49f3a78d74;hpb=ae01d2798d1825307044d75de11eb5c9ffb79c5a;p=mv-sheeva.git diff --git a/drivers/video/console/font_pearl_8x8.c b/drivers/video/console/font_pearl_8x8.c index e646c88f55c..dc6ad539ca4 100644 --- a/drivers/video/console/font_pearl_8x8.c +++ b/drivers/video/console/font_pearl_8x8.c @@ -2578,10 +2578,10 @@ static const unsigned char fontdata_pearl8x8[FONTDATAMAX] = { }; const struct font_desc font_pearl_8x8 = { - PEARL8x8_IDX, - "PEARL8x8", - 8, - 8, - fontdata_pearl8x8, - 2 + .idx = PEARL8x8_IDX, + .name = "PEARL8x8", + .width = 8, + .height = 8, + .data = fontdata_pearl8x8, + .pref = 2, };