Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6
[cascardo/linux.git] / drivers / video / console / font_10x18.c
index e6aa0ea..6be72bb 100644 (file)
@@ -5133,14 +5133,14 @@ static const unsigned char fontdata_10x18[FONTDATAMAX] = {
 
 
 const struct font_desc font_10x18 = {
-       FONT10x18_IDX,
-       "10x18",
-       10,
-       18,
-       fontdata_10x18,
+       .idx    = FONT10x18_IDX,
+       .name   = "10x18",
+       .width  = 10,
+       .height = 18,
+       .data   = fontdata_10x18,
 #ifdef __sparc__
-       5
+       .pref   = 5,
 #else
-       -1
+       .pref   = -1,
 #endif
 };