linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fbcon: Export fbcon_update_vcs
@ 2019-06-19  8:11 Daniel Vetter
  2019-06-19  9:44 ` Maarten Lankhorst
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Vetter @ 2019-06-19  8:11 UTC (permalink / raw)
  To: LKML
  Cc: Daniel Vetter, kbuild test robot, Sam Ravnborg, Daniel Vetter,
	Maarten Lankhorst, Daniel Thompson, Lee Jones, Jingoo Han,
	Bartlomiej Zolnierkiewicz, Hans de Goede, Yisheng Xie,
	Michał Mirosław, Peter Rosin, Mikulas Patocka,
	linux-fbdev, Gerd Hoffmann, Geert Uytterhoeven, Lukas Wunner,
	dri-devel

I failed to spot this while compile-testing. Oops.

Reported-by: kbuild test robot <lkp@intel.com>
Fixes: 9e1467002630 ("fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct calls")
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Daniel Vetter <daniel.vetter@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Jingoo Han <jingoohan1@gmail.com>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Yisheng Xie <ysxie@foxmail.com>
Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
Cc: Peter Rosin <peda@axentia.se>
Cc: Mikulas Patocka <mpatocka@redhat.com>
Cc: linux-fbdev@vger.kernel.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Lukas Wunner <lukas@wunner.de>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Daniel Vetter <daniel.vetter@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)
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fbcon: Export fbcon_update_vcs
  2019-06-19  8:11 [PATCH] fbcon: Export fbcon_update_vcs Daniel Vetter
@ 2019-06-19  9:44 ` Maarten Lankhorst
  0 siblings, 0 replies; 2+ messages in thread
From: Maarten Lankhorst @ 2019-06-19  9:44 UTC (permalink / raw)
  To: Daniel Vetter, LKML
  Cc: kbuild test robot, Sam Ravnborg, Daniel Vetter, Daniel Thompson,
	Lee Jones, Jingoo Han, Bartlomiej Zolnierkiewicz, Hans de Goede,
	Yisheng Xie, Michał Mirosław, Peter Rosin,
	Mikulas Patocka, linux-fbdev, Gerd Hoffmann, Geert Uytterhoeven,
	Lukas Wunner, dri-devel

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@intel.com>
> Fixes: 9e1467002630 ("fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct calls")
> Cc: Sam Ravnborg <sam@ravnborg.org>
> Cc: Daniel Vetter <daniel.vetter@intel.com>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Cc: Daniel Thompson <daniel.thompson@linaro.org>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Jingoo Han <jingoohan1@gmail.com>
> Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
> Cc: Hans de Goede <hdegoede@redhat.com>
> Cc: Yisheng Xie <ysxie@foxmail.com>
> Cc: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
> Cc: Peter Rosin <peda@axentia.se>
> Cc: Mikulas Patocka <mpatocka@redhat.com>
> Cc: linux-fbdev@vger.kernel.org
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Lukas Wunner <lukas@wunner.de>
> Cc: dri-devel@lists.freedesktop.org
> Signed-off-by: Daniel Vetter <daniel.vetter@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. :)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-19  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19  8:11 [PATCH] fbcon: Export fbcon_update_vcs Daniel Vetter
2019-06-19  9:44 ` Maarten Lankhorst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).