Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
[cascardo/linux.git] / drivers / video / console / font_pearl_8x8.c
index e646c88..dc6ad53 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,
 };