Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)
{