summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2018-06-29 12:54:33 +0300
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2018-06-29 12:54:33 +0300
commit13d7f936e9ccd9c9be38748a15a30a1dfa0beb64 (patch)
treeeb664ecef45e35b129116f81f5805620e82a42ba
parentd725d6e3290bad6af3b8c60eaffc1663bc163910 (diff)
parent334bb8972a131e604a741e9b284d8867190c723e (diff)
downloadlinux-13d7f936e9ccd9c9be38748a15a30a1dfa0beb64.tar.xz
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)
-rw-r--r--drivers/video/console/dummycon.c2
1 files changed, 2 insertions, 0 deletions
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)
{