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

Commit 87c8a644 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

printk: export console_drivers



this symbol is needed by drivers/video/xen-fbfront.ko.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 09159308
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -75,6 +75,8 @@ EXPORT_SYMBOL(oops_in_progress);
static DECLARE_MUTEX(console_sem);
static DECLARE_MUTEX(secondary_console_sem);
struct console *console_drivers;
EXPORT_SYMBOL_GPL(console_drivers);

/*
 * This is used for debugging the mess that is the VT code by
 * keeping track if we have the console semaphore held. It's