projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0915930
)
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>
Mon, 16 Jun 2008 07:15:58 +0000
(09:15 +0200)
this symbol is needed by drivers/video/xen-fbfront.ko.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/printk.c
patch
|
blob
|
history
diff --git
a/kernel/printk.c
b/kernel/printk.c
index 475fc22a285717d2003ec9aee15a0720c2b45409..70cfa5ac75ce5059333efa4cfbb3d03cdb47b1c2 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