]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/console/font_acorn_8x8.c
Merge branch 'omap-clock-fixes' of git://git.pwsan.com/linux-2.6
[linux-2.6-omap-h63xx.git] / drivers / video / console / font_acorn_8x8.c
index 40f3d4eeb1980256aafd9bb506c2b8d90b51de6b..639e31ae1100ae5511948e6a538b1cbdb75b62e7 100644 (file)
@@ -262,14 +262,14 @@ static const unsigned char acorndata_8x8[] = {
 };
 
 const struct font_desc font_acorn_8x8 = {
-       ACORN8x8_IDX,
-       "Acorn8x8",
-       8,
-       8,
-       acorndata_8x8,
+       .idx    = ACORN8x8_IDX,
+       .name   = "Acorn8x8",
+       .width  = 8,
+       .height = 8,
+       .data   = acorndata_8x8,
 #ifdef CONFIG_ARCH_ACORN
-       20
+       .pref   = 20,
 #else
-       0
+       .pref   = 0,
 #endif
 };