diff options
Diffstat (limited to 'drivers/video/console/fbcon_cw.c')
-rw-r--r-- | drivers/video/console/fbcon_cw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/fbcon_cw.c b/drivers/video/console/fbcon_cw.c index 7f92c06afea7..c637e6318803 100644 --- a/drivers/video/console/fbcon_cw.c +++ b/drivers/video/console/fbcon_cw.c | |||
@@ -375,7 +375,7 @@ static void cw_cursor(struct vc_data *vc, struct fb_info *info, int mode, | |||
375 | ops->cursor_reset = 0; | 375 | ops->cursor_reset = 0; |
376 | } | 376 | } |
377 | 377 | ||
378 | int cw_update_start(struct fb_info *info) | 378 | static int cw_update_start(struct fb_info *info) |
379 | { | 379 | { |
380 | struct fbcon_ops *ops = info->fbcon_par; | 380 | struct fbcon_ops *ops = info->fbcon_par; |
381 | u32 vxres = GETVXRES(ops->p->scrollmode, info); | 381 | u32 vxres = GETVXRES(ops->p->scrollmode, info); |