From 47eb16f68bcce84a2b23cb86d24d6c4066c5d24a Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Sun, 12 Apr 2015 17:03:22 +0200 Subject: [PATCH] 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 Reviewed-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/8250/8250_core.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c index 4506e405c8f3..cde54b985aef 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 /* -- 2.39.5