linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6
@ 2015-04-12 15:03 Valentin Rothberg
  2015-04-12 16:05 ` Peter Hurley
  0 siblings, 1 reply; 2+ messages in thread
From: Valentin Rothberg @ 2015-04-12 15:03 UTC (permalink / raw)
  To: gregkh, jslaby, linux-serial, linux-kernel; +Cc: Valentin Rothberg

This file local CPP identifier is not referenced anywhere else, so we
can safely remove it.

Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
---
I detected this issue with ./scripts/checkkconfigsymbols.py
---
 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 e0fb5f053d09..1aa349a97172 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>
 /*
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6
  2015-04-12 15:03 [PATCH] drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6 Valentin Rothberg
@ 2015-04-12 16:05 ` Peter Hurley
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Hurley @ 2015-04-12 16:05 UTC (permalink / raw)
  To: Valentin Rothberg, gregkh; +Cc: jslaby, linux-serial, linux-kernel

On 04/12/2015 11:03 AM, Valentin Rothberg wrote:
> This file local CPP identifier is not referenced anywhere else, so we
> can safely remove it.

Reviewed-by: Peter Hurley <peter@hurleysoftware.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-12 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-12 15:03 [PATCH] drivers/tty/serial/8250/8250_core.c: remove CONFIG_HUB6 Valentin Rothberg
2015-04-12 16:05 ` Peter Hurley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).