printk: Export console_printk
The fbcon can be built as a module and requires console_printk. Export console_printk. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Acked-by: Petr Mladek <pmladek@suse.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
This commit is contained in:
parent
1ac1d4845c
commit
a1939185c7
|
@ -65,6 +65,7 @@ int console_printk[4] = {
|
|||
CONSOLE_LOGLEVEL_MIN, /* minimum_console_loglevel */
|
||||
CONSOLE_LOGLEVEL_DEFAULT, /* default_console_loglevel */
|
||||
};
|
||||
EXPORT_SYMBOL_GPL(console_printk);
|
||||
|
||||
atomic_t ignore_console_lock_warning __read_mostly = ATOMIC_INIT(0);
|
||||
EXPORT_SYMBOL(ignore_console_lock_warning);
|
||||
|
|
Loading…
Reference in New Issue