mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
[PATCH] make kernel/printk.c:ignore_loglevel_setup() static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
af9997e426
commit
99eea6a105
@ -335,7 +335,7 @@ static void __call_console_drivers(unsigned long start, unsigned long end)
|
||||
|
||||
static int __read_mostly ignore_loglevel;
|
||||
|
||||
int __init ignore_loglevel_setup(char *str)
|
||||
static int __init ignore_loglevel_setup(char *str)
|
||||
{
|
||||
ignore_loglevel = 1;
|
||||
printk(KERN_INFO "debug: ignoring loglevel setting.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user