diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-12 13:14:02 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-12 13:14:02 -0500 |
commit | 0fde7f591860e48dd210144ff24c061da03bfa39 (patch) | |
tree | b91c008b335a8fb252c636fd9ebc95f948556174 /drivers/video/console/fonts.c | |
parent | 3beb2077125d8457118140653e75efc998ac6630 (diff) |
Revert "[PATCH] fbcon: Add rl (Roman Large) font"
This reverts 998e6d51162707685336ff99c029c8911b270d32 commit.
Diffstat (limited to 'drivers/video/console/fonts.c')
-rw-r--r-- | drivers/video/console/fonts.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/console/fonts.c b/drivers/video/console/fonts.c index 9be83bed1959..4fd07d9eca03 100644 --- a/drivers/video/console/fonts.c +++ b/drivers/video/console/fonts.c | |||
@@ -64,10 +64,6 @@ static const struct font_desc *fonts[] = { | |||
64 | #undef NO_FONTS | 64 | #undef NO_FONTS |
65 | &font_mini_4x6, | 65 | &font_mini_4x6, |
66 | #endif | 66 | #endif |
67 | #ifdef CONFIG_FONT_RL | ||
68 | #undef NO_FONTS | ||
69 | &font_rl, | ||
70 | #endif | ||
71 | }; | 67 | }; |
72 | 68 | ||
73 | #define num_fonts (sizeof(fonts)/sizeof(*fonts)) | 69 | #define num_fonts (sizeof(fonts)/sizeof(*fonts)) |