printk: export console_drivers
this symbol is needed by drivers/video/xen-fbfront.ko. [ cherry-picked from tip/core/printk ] Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
5a654ba7a8
commit
a29d1cfe9e
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ EXPORT_SYMBOL(oops_in_progress);
|
||||||
static DECLARE_MUTEX(console_sem);
|
static DECLARE_MUTEX(console_sem);
|
||||||
static DECLARE_MUTEX(secondary_console_sem);
|
static DECLARE_MUTEX(secondary_console_sem);
|
||||||
struct console *console_drivers;
|
struct console *console_drivers;
|
||||||
|
EXPORT_SYMBOL_GPL(console_drivers);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is used for debugging the mess that is the VT code by
|
* This is used for debugging the mess that is the VT code by
|
||||||
* keeping track if we have the console semaphore held. It's
|
* keeping track if we have the console semaphore held. It's
|
||||||
|
|
Loading…
Add table
Reference in a new issue