diff options
Diffstat (limited to 'kernel/printk/printk.c')
| -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); |
