diff options
Diffstat (limited to 'drivers/video/console/fbcon_ccw.c')
-rw-r--r-- | drivers/video/console/fbcon_ccw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/fbcon_ccw.c b/drivers/video/console/fbcon_ccw.c index 4481c80b8b2a..825e6d6972a7 100644 --- a/drivers/video/console/fbcon_ccw.c +++ b/drivers/video/console/fbcon_ccw.c | |||
@@ -391,7 +391,7 @@ static void ccw_cursor(struct vc_data *vc, struct fb_info *info, int mode, | |||
391 | ops->cursor_reset = 0; | 391 | ops->cursor_reset = 0; |
392 | } | 392 | } |
393 | 393 | ||
394 | int ccw_update_start(struct fb_info *info) | 394 | static int ccw_update_start(struct fb_info *info) |
395 | { | 395 | { |
396 | struct fbcon_ops *ops = info->fbcon_par; | 396 | struct fbcon_ops *ops = info->fbcon_par; |
397 | u32 yoffset; | 397 | u32 yoffset; |