printk: export console_drivers
authorIngo Molnar <mingo@elte.hu>
Mon, 2 Jun 2008 11:19:08 +0000 (13:19 +0200)
committerIngo 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

index 028ed75..1fb1382 100644 (file)
@@ -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