diff options
Diffstat (limited to 'drivers/video/console')
-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 26bf7cbfecc2..84f842331dfa 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c | |||
@@ -287,7 +287,7 @@ static inline int fbcon_is_inactive(struct vc_data *vc, struct fb_info *info) | |||
287 | !vt_force_oops_output(vc); | 287 | !vt_force_oops_output(vc); |
288 | } | 288 | } |
289 | 289 | ||
290 | static inline int get_color(struct vc_data *vc, struct fb_info *info, | 290 | static int get_color(struct vc_data *vc, struct fb_info *info, |
291 | u16 c, int is_fg) | 291 | u16 c, int is_fg) |
292 | { | 292 | { |
293 | int depth = fb_get_color_depth(&info->var, &info->fix); | 293 | int depth = fb_get_color_depth(&info->var, &info->fix); |