From 22816ce5ba15f1c450b2b6a108a40cc79ca13bc2 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Mon, 2 Jun 2008 13:19:08 +0200 Subject: [PATCH] --- yaml --- r: 100004 b: refs/heads/master c: a29d1cfe9e9337aedeed505afddc8465ac709b87 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/printk.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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