diff options
Diffstat (limited to 'drivers/video/console/fbcon_ud.c')
-rw-r--r-- | drivers/video/console/fbcon_ud.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/fbcon_ud.c b/drivers/video/console/fbcon_ud.c index ab91005e64dc..1473506df5d0 100644 --- a/drivers/video/console/fbcon_ud.c +++ b/drivers/video/console/fbcon_ud.c | |||
@@ -415,7 +415,7 @@ static void ud_cursor(struct vc_data *vc, struct fb_info *info, int mode, | |||
415 | ops->cursor_reset = 0; | 415 | ops->cursor_reset = 0; |
416 | } | 416 | } |
417 | 417 | ||
418 | int ud_update_start(struct fb_info *info) | 418 | static int ud_update_start(struct fb_info *info) |
419 | { | 419 | { |
420 | struct fbcon_ops *ops = info->fbcon_par; | 420 | struct fbcon_ops *ops = info->fbcon_par; |
421 | int xoffset, yoffset; | 421 | int xoffset, yoffset; |