diff --git a/[refs] b/[refs] index 14c7eb47afac..b76094183a71 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a654ba7a88d90483d0f0586297ea9075d755fc8 +refs/heads/master: a29d1cfe9e9337aedeed505afddc8465ac709b87 diff --git a/trunk/kernel/printk.c b/trunk/kernel/printk.c index 028ed75d4864..1fb1382009f3 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