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.
This commit is contained in:
commit
4d0664ab88
|
@ -3037,6 +3037,7 @@ void fbcon_update_vcs(struct fb_info *info, bool all)
|
||||||
else
|
else
|
||||||
fbcon_modechanged(info);
|
fbcon_modechanged(info);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(fbcon_update_vcs);
|
||||||
|
|
||||||
int fbcon_mode_deleted(struct fb_info *info,
|
int fbcon_mode_deleted(struct fb_info *info,
|
||||||
struct fb_videomode *mode)
|
struct fb_videomode *mode)
|
||||||
|
|
Loading…
Reference in New Issue