From: Valentin Rothberg <valentinrothberg@gmail.com> Date: Sun, 12 Apr 2015 15:03:22 +0000 (+0200) Subject: drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=47eb16f68bcce84a2b23cb86d24d6c4066c5d24a;p=linux.git drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6 This file local CPP identifier is not referenced anywhere else, so we can safely remove it. Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Reviewed-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c index 4506e405c8f39..cde54b985aefd 100644 --- a/drivers/tty/serial/8250/8250_core.c +++ b/drivers/tty/serial/8250/8250_core.c @@ -92,11 +92,6 @@ static unsigned int skip_txen_test; /* force skip of txen test at init time */ #define CONFIG_SERIAL_MANY_PORTS 1 #endif -/* - * HUB6 is always on. This will be removed once the header - * files have been cleaned. - */ -#define CONFIG_HUB6 1 #include <asm/serial.h> /*