aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2018-08-10 17:23:02 +0200
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2018-08-10 17:23:02 +0200
commit4d64c8e02cdad5ada0b9e1e3d20b73c279cafaf2 (patch)
tree7716bf258f7390882764f3c953e540e009354dc7 /drivers/video
parentfbcon: Only defer console takeover if the current console driver is the dummycon (diff)
downloadlinux-dev-4d64c8e02cdad5ada0b9e1e3d20b73c279cafaf2.tar.xz
linux-dev-4d64c8e02cdad5ada0b9e1e3d20b73c279cafaf2.zip
dummycon: Stop exporting dummycon_[un]register_output_notifier
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>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/console/dummycon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/console/dummycon.c b/drivers/video/console/dummycon.c
index 0254251fdd79..45ad925ad5f8 100644
--- a/drivers/video/console/dummycon.c
+++ b/drivers/video/console/dummycon.c
@@ -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)
{