diff options
Diffstat (limited to 'arch/um/drivers/stderr_console.c')
-rw-r--r-- | arch/um/drivers/stderr_console.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/drivers/stderr_console.c b/arch/um/drivers/stderr_console.c index 6d2cf32a9e8f..911539293871 100644 --- a/arch/um/drivers/stderr_console.c +++ b/arch/um/drivers/stderr_console.c | |||
@@ -9,6 +9,8 @@ | |||
9 | /* | 9 | /* |
10 | * Don't register by default -- as this registeres very early in the | 10 | * Don't register by default -- as this registeres very early in the |
11 | * boot process it becomes the default console. | 11 | * boot process it becomes the default console. |
12 | * | ||
13 | * Initialized at init time. | ||
12 | */ | 14 | */ |
13 | static int use_stderr_console = 0; | 15 | static int use_stderr_console = 0; |
14 | 16 | ||