diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-06-02 13:19:08 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-16 09:15:58 +0200 |
commit | 87c8a64475f0597b7fd9c36d2f867ae8ef4a9eca (patch) | |
tree | b6acb2c904314632c37748767cbb68c01b9bad83 /kernel | |
parent | printk: remember the message level for multi-line output (diff) | |
download | linux-87c8a64475f0597b7fd9c36d2f867ae8ef4a9eca.tar.xz linux-87c8a64475f0597b7fd9c36d2f867ae8ef4a9eca.zip |
printk: export console_drivers
this symbol is needed by drivers/video/xen-fbfront.ko.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/printk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/printk.c b/kernel/printk.c index 475fc22a2857..70cfa5ac75ce 100644 --- a/kernel/printk.c +++ b/kernel/printk.c @@ -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 |