]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dummycon: Stop exporting dummycon_[un]register_output_notifier
authorHans de Goede <hdegoede@redhat.com>
Fri, 10 Aug 2018 15:23:02 +0000 (17:23 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Fri, 10 Aug 2018 15:23:02 +0000 (17:23 +0200)
Now that we only allow FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER when
fbdev+fbcon are builtin exporting these is no longer necessary.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/console/dummycon.c

index 0254251fdd79a745e77a46793915e55425b4770f..45ad925ad5f8fbb203a137c0ab114f4fb71d62f2 100644 (file)
@@ -38,13 +38,11 @@ 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)
 {