diff options
Diffstat (limited to 'drivers/video/console/font_10x18.c')
-rw-r--r-- | drivers/video/console/font_10x18.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/video/console/font_10x18.c b/drivers/video/console/font_10x18.c index e6aa0eab5bb6..6be72bb218ee 100644 --- a/drivers/video/console/font_10x18.c +++ b/drivers/video/console/font_10x18.c | |||
@@ -5133,14 +5133,14 @@ static const unsigned char fontdata_10x18[FONTDATAMAX] = { | |||
5133 | 5133 | ||
5134 | 5134 | ||
5135 | const struct font_desc font_10x18 = { | 5135 | const struct font_desc font_10x18 = { |
5136 | FONT10x18_IDX, | 5136 | .idx = FONT10x18_IDX, |
5137 | "10x18", | 5137 | .name = "10x18", |
5138 | 10, | 5138 | .width = 10, |
5139 | 18, | 5139 | .height = 18, |
5140 | fontdata_10x18, | 5140 | .data = fontdata_10x18, |
5141 | #ifdef __sparc__ | 5141 | #ifdef __sparc__ |
5142 | 5 | 5142 | .pref = 5, |
5143 | #else | 5143 | #else |
5144 | -1 | 5144 | .pref = -1, |
5145 | #endif | 5145 | #endif |
5146 | }; | 5146 | }; |