]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/console/font_pearl_8x8.c
[ARM] pxafb: add support for overlay1 and overlay2 as framebuffer devices
[linux-2.6-omap-h63xx.git] / drivers / video / console / font_pearl_8x8.c
index e646c88f55c7b245c98cc19f1350ec49f3a78d74..dc6ad539ca4e4307c321e4d5b2e374814f04d707 100644 (file)
@@ -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,
 };