Merge tag 'x86_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / lib / fonts / font_6x10.c
index 87da8ac..e65df01 100644 (file)
@@ -3,7 +3,7 @@
 
 #define FONTDATAMAX 2560
 
-static struct font_data fontdata_6x10 = {
+static const struct font_data fontdata_6x10 = {
        { 0, 0, FONTDATAMAX, 0 }, {
        /* 0 0x00 '^@' */
        0x00, /* 00000000 */
@@ -3083,6 +3083,7 @@ const struct font_desc font_6x10 = {
        .name   = "6x10",
        .width  = 6,
        .height = 10,
+       .charcount = 256,
        .data   = fontdata_6x10.data,
        .pref   = 0,
 };