[PATCH] fbcon: Export fbcon_update_vcs

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Wed Jun 19 09:44:07 UTC 2019


Op 19-06-2019 om 10:11 schreef Daniel Vetter:
> I failed to spot this while compile-testing. Oops.
>
> Reported-by: kbuild test robot <lkp at intel.com>
> Fixes: 9e1467002630 ("fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct calls")
> Cc: Sam Ravnborg <sam at ravnborg.org>
> Cc: Daniel Vetter <daniel.vetter at intel.com>
> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> Cc: Daniel Thompson <daniel.thompson at linaro.org>
> Cc: Lee Jones <lee.jones at linaro.org>
> Cc: Jingoo Han <jingoohan1 at gmail.com>
> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie at samsung.com>
> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
> Cc: Hans de Goede <hdegoede at redhat.com>
> Cc: Yisheng Xie <ysxie at foxmail.com>
> Cc: "Michał Mirosław" <mirq-linux at rere.qmqm.pl>
> Cc: Peter Rosin <peda at axentia.se>
> Cc: Mikulas Patocka <mpatocka at redhat.com>
> Cc: linux-fbdev at vger.kernel.org
> Cc: Gerd Hoffmann <kraxel at redhat.com>
> Cc: Geert Uytterhoeven <geert+renesas at glider.be>
> Cc: Lukas Wunner <lukas at wunner.de>
> Cc: dri-devel at lists.freedesktop.org
> Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
> ---
>  drivers/video/fbdev/core/fbcon.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/video/fbdev/core/fbcon.c b/drivers/video/fbdev/core/fbcon.c
> index b8067e07f8a8..c9235a2f42f8 100644
> --- a/drivers/video/fbdev/core/fbcon.c
> +++ b/drivers/video/fbdev/core/fbcon.c
> @@ -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)

Thanks, pushed to topic branch. :)



More information about the dri-devel mailing list