diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-25 06:50:28 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-25 17:06:45 -0400 |
commit | b250a6b0015753362eeb63c3a0dd985848ed772d (patch) | |
tree | 30dca175f93649f1f176d63931a0ef6037524481 | |
parent | 9f1ca068ea9968e2bde4a2418d97fcd89005f4bf (diff) |
serial: sh-sci: remove obsolete Kconfig macros
Support for SH7367 and SH7377 got removed in v3.8. Now remove their
last Kconfig macros.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/tty/serial/sh-sci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/sh-sci.h b/drivers/tty/serial/sh-sci.h index 4c22a1529aac..5aca7364634c 100644 --- a/drivers/tty/serial/sh-sci.h +++ b/drivers/tty/serial/sh-sci.h | |||
@@ -15,8 +15,6 @@ | |||
15 | defined(CONFIG_CPU_SUBTYPE_SH7720) || \ | 15 | defined(CONFIG_CPU_SUBTYPE_SH7720) || \ |
16 | defined(CONFIG_CPU_SUBTYPE_SH7721) || \ | 16 | defined(CONFIG_CPU_SUBTYPE_SH7721) || \ |
17 | defined(CONFIG_ARCH_SH73A0) || \ | 17 | defined(CONFIG_ARCH_SH73A0) || \ |
18 | defined(CONFIG_ARCH_SH7367) || \ | ||
19 | defined(CONFIG_ARCH_SH7377) || \ | ||
20 | defined(CONFIG_ARCH_SH7372) || \ | 18 | defined(CONFIG_ARCH_SH7372) || \ |
21 | defined(CONFIG_ARCH_R8A7740) | 19 | defined(CONFIG_ARCH_R8A7740) |
22 | 20 | ||