Skip to content

Commit

Permalink
[PATCH] make kernel/printk.c:ignore_loglevel_setup() static
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Dec 22, 2006
1 parent af9997e commit 99eea6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 99eea6a

Please sign in to comment.