diff options
author | Gustavo Padovan <[email protected]> | 2018-06-29 09:50:14 -0300 |
---|---|---|
committer | Gustavo Padovan <[email protected]> | 2018-06-29 09:50:14 -0300 |
commit | 7bd160245196b8ddd6d1f424cae70779c7aff95e (patch) | |
tree | 414dfa1aaee8599573afc0b33578a751d24184f1 | |
parent | c981c01164d5e47b98973f92d4680df4287275c2 (diff) | |
parent | 334bb8972a131e604a741e9b284d8867190c723e (diff) |
Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover-fixup' of https://github.com/bzolnier/linux into drm-misc-next
Immutable branch between fbdev and drm for the v4.19 merge window
(contains build fixup for the deferred console takeover feature)
Signed-off-by: Gustavo Padovan <[email protected]>
# gpg: Signature made Fri 29 Jun 2018 06:47:23 AM -03
# gpg: using RSA key 7E33B63FA047C20B
# gpg: Can't check signature: public key not found
Link: https://patchwork.freedesktop.org/patch/msgid/3340294.YySDL1Tsl7@amdc3058
-rw-r--r-- | drivers/video/console/dummycon.c | 2 |
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) { |