Commit c9110dfc authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Petr Mladek

printk: Remove console_silent()

It' unused since removal of mn10300:
commit 739d875d ("mn10300: Remove the architecture")
x86 stopped using it in v2.6.12 (see history git):
commit 7574828b ("[PATCH] x86_64: add nmi button support")

Let's clean it up from the header.
Signed-off-by: default avatarDmitry Safonov <dima@arista.com>
Reviewed-by: default avatarPetr Mladek <pmladek@suse.com>
Reviewed-by: default avatarSergey Senozhatsky <senozhatsky@chromium.org>
Signed-off-by: default avatarPetr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20210727130635.675184-2-dima@arista.com
parent e563592c
......@@ -69,11 +69,6 @@ extern int console_printk[];
#define minimum_console_loglevel (console_printk[2])
#define default_console_loglevel (console_printk[3])
static inline void console_silent(void)
{
console_loglevel = CONSOLE_LOGLEVEL_SILENT;
}
static inline void console_verbose(void)
{
if (console_loglevel)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment