diff options
| author | Prarit Bhargava <prarit@redhat.com> | 2019-02-08 13:24:49 -0500 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2019-02-08 13:24:49 -0500 |
| commit | a1939185c7a907f91b40da259a610ce2e2da9e18 (patch) | |
| tree | a4b0fe3338b0337971aa57366591322c3b56ca00 | |
| parent | 1ac1d4845c013af9ca003adda7dfedb25a8e42ec (diff) | |
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>
| -rw-r--r-- | kernel/printk/printk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c index d3d170374ceb..8201019d1fff 100644 --- a/kernel/printk/printk.c +++ b/kernel/printk/printk.c | |||
| @@ -65,6 +65,7 @@ int console_printk[4] = { | |||
| 65 | CONSOLE_LOGLEVEL_MIN, /* minimum_console_loglevel */ | 65 | CONSOLE_LOGLEVEL_MIN, /* minimum_console_loglevel */ |
| 66 | CONSOLE_LOGLEVEL_DEFAULT, /* default_console_loglevel */ | 66 | CONSOLE_LOGLEVEL_DEFAULT, /* default_console_loglevel */ |
| 67 | }; | 67 | }; |
| 68 | EXPORT_SYMBOL_GPL(console_printk); | ||
| 68 | 69 | ||
| 69 | atomic_t ignore_console_lock_warning __read_mostly = ATOMIC_INIT(0); | 70 | atomic_t ignore_console_lock_warning __read_mostly = ATOMIC_INIT(0); |
| 70 | EXPORT_SYMBOL(ignore_console_lock_warning); | 71 | EXPORT_SYMBOL(ignore_console_lock_warning); |
