1
0
Fork 0

Merge branch 'topic/remove-fbcon-notifiers' of git://anongit.freedesktop.org/drm/drm-misc into fbdev-for-next

Trivial buildfix (export fbcon_update_vcs symbol) from Daniel Vetter.
alistair/sunxi64-5.4-dsi
Bartlomiej Zolnierkiewicz 2019-06-19 15:26:28 +02:00
commit 4d0664ab88
1 changed files with 1 additions and 0 deletions

View File

@ -3037,6 +3037,7 @@ void fbcon_update_vcs(struct fb_info *info, bool all)
else
fbcon_modechanged(info);
}
EXPORT_SYMBOL(fbcon_update_vcs);
int fbcon_mode_deleted(struct fb_info *info,
struct fb_videomode *mode)