Update 0001-bootsplash.patch
dummyblit.c from patch/misc-001 will not compile with 5.8.10-- Change dummy_cursor declaration in dummyblit.c in misc-001 to match changes in fbcon.h see https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/video/fbdev/core/fbcon.h?h=v5.8.10&id=ffa74c8e58b8f42b2d95b29443befba2e28fb260
This commit is contained in:
parent
abf6961c30
commit
20a5631580
@ -581,7 +581,7 @@ index 000000000000..8c22ff92ce24
|
||||
+}
|
||||
+
|
||||
+static void dummy_cursor(struct vc_data *vc, struct fb_info *info, int mode,
|
||||
+ int softback_lines, int fg, int bg)
|
||||
+ int fg, int bg)
|
||||
+{
|
||||
+ ;
|
||||
+}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user