Skip to content

Commit

Permalink
Merge branch 'topic/remove-fbcon-notifiers' of git://anongit.freedesk…
Browse files Browse the repository at this point in the history
…top.org/drm/drm-misc into fbdev-for-next

Trivial buildfix (export fbcon_update_vcs symbol) from Daniel Vetter.
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jun 19, 2019
2 parents 2ee6928 + 2443091 commit 4d0664a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/fbdev/core/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4d0664a

Please sign in to comment.