Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752535Ab3J0HGP (ORCPT ); Sun, 27 Oct 2013 03:06:15 -0400 Received: from top.free-electrons.com ([176.31.233.9]:58510 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751897Ab3J0HGO (ORCPT ); Sun, 27 Oct 2013 03:06:14 -0400 From: Michael Opdenacker To: jdike@addtoit.com, richard@nod.at Cc: user-mode-linux-devel@lists.sourceforge.net, user-mode-linux-user@lists.sourceforge.net, linux-kernel@vger.kernel.org, Michael Opdenacker Subject: [PATCH] um: remove used STDIO_CONSOLE Kconfig param Date: Sun, 27 Oct 2013 08:06:10 +0100 Message-Id: <1382857570-3412-1-git-send-email-michael.opdenacker@free-electrons.com> X-Mailer: git-send-email 1.8.1.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 871 Lines: 31 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 --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/