2013-10-27 07:06:15

by Michael Opdenacker

[permalink] [raw]
Subject: [PATCH] um: remove used STDIO_CONSOLE Kconfig param

This removes the STDIO_CONSOLE Kconfig parameter which
is defined but no longer used anywhere in the makefiles and source code.

Signed-off-by: Michael Opdenacker <[email protected]>
---
arch/um/Kconfig.char | 4 ----
1 file changed, 4 deletions(-)

diff --git a/arch/um/Kconfig.char b/arch/um/Kconfig.char
index b9d7c42..f10738d 100644
--- a/arch/um/Kconfig.char
+++ b/arch/um/Kconfig.char
@@ -6,10 +6,6 @@ config STDERR_CONSOLE
help
console driver which dumps all printk messages to stderr.

-config STDIO_CONSOLE
- bool
- default y
-
config SSL
bool "Virtual serial line"
help
--
1.8.1.2


2013-10-27 16:05:37

by Richard Weinberger

[permalink] [raw]
Subject: Re: [PATCH] um: remove used STDIO_CONSOLE Kconfig param

Am 27.10.2013 08:06, schrieb Michael Opdenacker:
> This removes the STDIO_CONSOLE Kconfig parameter which
> is defined but no longer used anywhere in the makefiles and source code.
>
> Signed-off-by: Michael Opdenacker <[email protected]>

Looks good.
Queued for 3.13.

Thanks,
//richard

> ---
> arch/um/Kconfig.char | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/arch/um/Kconfig.char b/arch/um/Kconfig.char
> index b9d7c42..f10738d 100644
> --- a/arch/um/Kconfig.char
> +++ b/arch/um/Kconfig.char
> @@ -6,10 +6,6 @@ config STDERR_CONSOLE
> help
> console driver which dumps all printk messages to stderr.
>
> -config STDIO_CONSOLE
> - bool
> - default y
> -
> config SSL
> bool "Virtual serial line"
> help
>