This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/drivers/video/fbdev/core/bitblit.c b/drivers/video/fbdev/core/bitblit.c | |
index 436365efa..35ebeeccd 100644 | |
--- a/drivers/video/fbdev/core/bitblit.c | |
+++ b/drivers/video/fbdev/core/bitblit.c | |
@@ -234,7 +234,7 @@ static void bit_clear_margins(struct vc_data *vc, struct fb_info *info, | |
} | |
static void bit_cursor(struct vc_data *vc, struct fb_info *info, int mode, | |
- int fg, int bg) | |
+ int softback_lines, int fg, int bg) |