diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/font.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/font.h b/include/linux/font.h index 8aac48c37f3d..53b129f07f6f 100644 --- a/include/linux/font.h +++ b/include/linux/font.h | |||
@@ -31,7 +31,6 @@ struct font_desc { | |||
31 | #define SUN12x22_IDX 7 | 31 | #define SUN12x22_IDX 7 |
32 | #define ACORN8x8_IDX 8 | 32 | #define ACORN8x8_IDX 8 |
33 | #define MINI4x6_IDX 9 | 33 | #define MINI4x6_IDX 9 |
34 | #define RL_IDX 10 | ||
35 | 34 | ||
36 | extern const struct font_desc font_vga_8x8, | 35 | extern const struct font_desc font_vga_8x8, |
37 | font_vga_8x16, | 36 | font_vga_8x16, |
@@ -42,7 +41,6 @@ extern const struct font_desc font_vga_8x8, | |||
42 | font_sun_8x16, | 41 | font_sun_8x16, |
43 | font_sun_12x22, | 42 | font_sun_12x22, |
44 | font_acorn_8x8, | 43 | font_acorn_8x8, |
45 | font_rl, | ||
46 | font_mini_4x6; | 44 | font_mini_4x6; |
47 | 45 | ||
48 | /* Find a font with a specific name */ | 46 | /* Find a font with a specific name */ |