projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a654ba
)
printk: export console_drivers
author
Ingo Molnar
<mingo@elte.hu>
Mon, 2 Jun 2008 11:19:08 +0000
(13:19 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 8 Jul 2008 12:11:27 +0000
(14:11 +0200)
this symbol is needed by drivers/video/xen-fbfront.ko.
[ cherry-picked from tip/core/printk ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/printk.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/printk.c
b/kernel/printk.c
index 028ed75d4864a6812deca019f592774eb991711a..1fb1382009f3d020c346ff8f063d72a6b49cce43 100644
(file)
--- 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