Commit 13d7f936 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz

Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover-fixup' of...

Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover-fixup' of https://github.com/bzolnier/linux into fbdev-for-next

Immutable branch between fbdev and drm for the v4.19 merge window
(contains build fixup for the deferred console takeover feature)
parents d725d6e3 334bb897
...@@ -38,11 +38,13 @@ void dummycon_register_output_notifier(struct notifier_block *nb) ...@@ -38,11 +38,13 @@ void dummycon_register_output_notifier(struct notifier_block *nb)
if (dummycon_putc_called) if (dummycon_putc_called)
nb->notifier_call(nb, 0, NULL); nb->notifier_call(nb, 0, NULL);
} }
EXPORT_SYMBOL_GPL(dummycon_register_output_notifier);
void dummycon_unregister_output_notifier(struct notifier_block *nb) void dummycon_unregister_output_notifier(struct notifier_block *nb)
{ {
raw_notifier_chain_unregister(&dummycon_output_nh, 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) static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment