linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] console: dummycon: export dummycon_[un]register_output_notifier
@ 2018-06-29  9:36 ` Hans de Goede
  2018-06-29 10:06   ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 3+ messages in thread
From: Hans de Goede @ 2018-06-29  9:36 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: Hans de Goede, linux-fbdev, dri-devel, Stephen Rothwell

Export dummycon_[un]register_output_notifier, the fbcon code needs this
and may be build as a module.

Fixes: 83d83bebf401 ("console/fbcon: Add support for deferred console takeover")
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 drivers/video/console/dummycon.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/video/console/dummycon.c b/drivers/video/console/dummycon.c
index 45ad925ad5f8..0254251fdd79 100644
--- a/drivers/video/console/dummycon.c
+++ b/drivers/video/console/dummycon.c
@@ -38,11 +38,13 @@ void dummycon_register_output_notifier(struct notifier_block *nb)
 	if (dummycon_putc_called)
 		nb->notifier_call(nb, 0, NULL);
 }
+EXPORT_SYMBOL_GPL(dummycon_register_output_notifier);
 
 void dummycon_unregister_output_notifier(struct notifier_block *nb)
 {
 	raw_notifier_chain_unregister(&dummycon_output_nh, nb);
 }
+EXPORT_SYMBOL_GPL(dummycon_unregister_output_notifier);
 
 static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos)
 {
-- 
2.17.1


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

* Re: [PATCH] console: dummycon: export dummycon_[un]register_output_notifier
  2018-06-29  9:36 ` [PATCH] console: dummycon: export dummycon_[un]register_output_notifier Hans de Goede
@ 2018-06-29 10:06   ` Bartlomiej Zolnierkiewicz
  2018-06-29 10:10     ` Hans de Goede
  0 siblings, 1 reply; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2018-06-29 10:06 UTC (permalink / raw)
  To: Hans de Goede; +Cc: Stephen Rothwell, linux-fbdev, dri-devel

On Friday, June 29, 2018 11:36:27 AM Hans de Goede wrote:
> Export dummycon_[un]register_output_notifier, the fbcon code needs this
> and may be build as a module.
> 
> Fixes: 83d83bebf401 ("console/fbcon: Add support for deferred console takeover")
> Cc: Stephen Rothwell <sfr@canb.auug.org.au>
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Applied to fbdev-for-next, thanks.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics


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

* Re: [PATCH] console: dummycon: export dummycon_[un]register_output_notifier
  2018-06-29 10:06   ` Bartlomiej Zolnierkiewicz
@ 2018-06-29 10:10     ` Hans de Goede
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2018-06-29 10:10 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: Stephen Rothwell, linux-fbdev, dri-devel

Hi,

On 29-06-18 12:06, Bartlomiej Zolnierkiewicz wrote:
> On Friday, June 29, 2018 11:36:27 AM Hans de Goede wrote:
>> Export dummycon_[un]register_output_notifier, the fbcon code needs this
>> and may be build as a module.
>>
>> Fixes: 83d83bebf401 ("console/fbcon: Add support for deferred console takeover")
>> Cc: Stephen Rothwell <sfr@canb.auug.org.au>
>> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
>> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> 
> Applied to fbdev-for-next, thanks.

You're welcome. And sorry about this, I should have gotten this right
from the start.

Regards,

Hans

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

end of thread, other threads:[~2018-06-29 10:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20180629093647epcas5p4753328d494b7926e40e4a7d403f0677f@epcas5p4.samsung.com>
2018-06-29  9:36 ` [PATCH] console: dummycon: export dummycon_[un]register_output_notifier Hans de Goede
2018-06-29 10:06   ` Bartlomiej Zolnierkiewicz
2018-06-29 10:10     ` Hans de Goede

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).