diff options
Diffstat (limited to 'drivers/video/console/fbcon.c')
-rw-r--r-- | drivers/video/console/fbcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index 6d0dcde66eb4..97a0224a0cf0 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c | |||
@@ -2168,7 +2168,7 @@ static __inline__ void updatescrollmode(struct display *p, | |||
2168 | } | 2168 | } |
2169 | 2169 | ||
2170 | static int fbcon_resize(struct vc_data *vc, unsigned int width, | 2170 | static int fbcon_resize(struct vc_data *vc, unsigned int width, |
2171 | unsigned int height) | 2171 | unsigned int height, unsigned int user) |
2172 | { | 2172 | { |
2173 | struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; | 2173 | struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]]; |
2174 | struct fbcon_ops *ops = info->fbcon_par; | 2174 | struct fbcon_ops *ops = info->fbcon_par; |