Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Prarit Bhargava and committed by
Bartlomiej Zolnierkiewicz
a1939185 1ac1d484

+1
+1
kernel/printk/printk.c
··· 65 65 CONSOLE_LOGLEVEL_MIN, /* minimum_console_loglevel */ 66 66 CONSOLE_LOGLEVEL_DEFAULT, /* default_console_loglevel */ 67 67 }; 68 + EXPORT_SYMBOL_GPL(console_printk); 68 69 69 70 atomic_t ignore_console_lock_warning __read_mostly = ATOMIC_INIT(0); 70 71 EXPORT_SYMBOL(ignore_console_lock_warning);