Commit 47eb16f6 authored by Valentin Rothberg's avatar Valentin Rothberg Committed by Greg Kroah-Hartman

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: default avatarValentin Rothberg <valentinrothberg@gmail.com>
Reviewed-by: default avatarPeter Hurley <peter@hurleysoftware.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d033e82d
...@@ -92,11 +92,6 @@ static unsigned int skip_txen_test; /* force skip of txen test at init time */ ...@@ -92,11 +92,6 @@ static unsigned int skip_txen_test; /* force skip of txen test at init time */
#define CONFIG_SERIAL_MANY_PORTS 1 #define CONFIG_SERIAL_MANY_PORTS 1
#endif #endif
/*
* HUB6 is always on. This will be removed once the header
* files have been cleaned.
*/
#define CONFIG_HUB6 1
#include <asm/serial.h> #include <asm/serial.h>
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment