diff options
Diffstat (limited to 'drivers/char/vt.c')
-rw-r--r-- | drivers/char/vt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/vt.c b/drivers/char/vt.c index 71cf203d282d..e458b08139af 100644 --- a/drivers/char/vt.c +++ b/drivers/char/vt.c | |||
@@ -4004,6 +4004,7 @@ u16 screen_glyph(struct vc_data *vc, int offset) | |||
4004 | c |= 0x100; | 4004 | c |= 0x100; |
4005 | return c; | 4005 | return c; |
4006 | } | 4006 | } |
4007 | EXPORT_SYMBOL_GPL(screen_glyph); | ||
4007 | 4008 | ||
4008 | /* used by vcs - note the word offset */ | 4009 | /* used by vcs - note the word offset */ |
4009 | unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) | 4010 | unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) |