Commit eb73c88b authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] remove CONFIG_SERIAL_21285_OLD

From: Adrian Bunk <bunk@fs.tum.de>

CONFIG_SERIAL_21285_OLD depends on the non-existent option CONFIG_OBSOLETE,
IOW it's not selectable, and the help text says "This is obsolete and will
be removed during later 2.5 development.".
parent f7d25a8e
...@@ -481,18 +481,6 @@ static int __init serial21285_console_setup(struct console *co, char *options) ...@@ -481,18 +481,6 @@ static int __init serial21285_console_setup(struct console *co, char *options)
} }
extern struct uart_driver serial21285_reg; extern struct uart_driver serial21285_reg;
#ifdef CONFIG_SERIAL_21285_OLD
static struct console serial21285_old_cons =
{
.name = SERIAL_21285_OLD_NAME,
.write = serial21285_console_write,
.device = uart_console_device,
.setup = serial21285_console_setup,
.flags = CON_PRINTBUFFER,
.index = -1,
.data = &serial21285_reg,
};
#endif
static struct console serial21285_console = static struct console serial21285_console =
{ {
......
...@@ -257,13 +257,6 @@ config SERIAL_21285 ...@@ -257,13 +257,6 @@ config SERIAL_21285
PCI bridge you can enable its onboard serial port by enabling this PCI bridge you can enable its onboard serial port by enabling this
option. option.
config SERIAL_21285_OLD
bool "Use /dev/ttyS0 device (OBSOLETE)"
depends on SERIAL_21285=y && OBSOLETE
help
Use the old /dev/ttyS name, major 4 minor 64. This is obsolete
and will be removed during later 2.5 development.
config SERIAL_21285_CONSOLE config SERIAL_21285_CONSOLE
bool "Console on DC21285 serial port" bool "Console on DC21285 serial port"
depends on SERIAL_21285=y depends on SERIAL_21285=y
......
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