diff --git a/[refs] b/[refs] index b8f3d8d29145..2f0beaa20ab9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 091593080533a752ce66d12858d8c4105c8e1793 +refs/heads/master: 87c8a64475f0597b7fd9c36d2f867ae8ef4a9eca diff --git a/trunk/kernel/printk.c b/trunk/kernel/printk.c index 475fc22a2857..70cfa5ac75ce 100644 --- a/trunk/kernel/printk.c +++ b/trunk/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