[PATCH] fbcon: constify font data
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / video / console / fbcon.h
index 08befafe11d14c82f822f078e4fb50467dad2361..0738cd62def219f743c34b93586efeb9e033596d 100644 (file)
@@ -30,7 +30,7 @@ struct display {
     /* Filled in by the frame buffer device */
     u_short inverse;                /* != 0 text black on white as default */
     /* Filled in by the low-level console driver */
-    u_char *fontdata;
+    const u_char *fontdata;
     int userfont;                   /* != 0 if fontdata kmalloc()ed */
     u_short scrollmode;             /* Scroll Method */
     short yscroll;                  /* Hardware scrolling */