public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
* [2.5 patch] remove CONFIG_SERIAL_21285_OLD
@ 2003-07-13 22:41 Adrian Bunk
  2003-07-13 22:46 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2003-07-13 22:41 UTC (permalink / raw)
  To: Russell King, linux-serial; +Cc: linux-kernel, trivial

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.".

Is the patch below to remove this option OK?

cu
Adrian

--- linux-2.5.75-mm1/drivers/serial/Kconfig.old	2003-07-14 00:35:38.000000000 +0200
+++ linux-2.5.75-mm1/drivers/serial/Kconfig	2003-07-14 00:36:26.000000000 +0200
@@ -249,13 +249,6 @@
 	  PCI bridge you can enable its onboard serial port by enabling this
 	  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
 	bool "Console on DC21285 serial port"
 	depends on SERIAL_21285=y
--- linux-2.5.75-mm1/drivers/serial/21285.c.old	2003-07-14 00:37:07.000000000 +0200
+++ linux-2.5.75-mm1/drivers/serial/21285.c	2003-07-14 00:38:16.000000000 +0200
@@ -481,18 +481,6 @@
 }
 
 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 =
 {

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

* Re: [2.5 patch] remove CONFIG_SERIAL_21285_OLD
  2003-07-13 22:41 [2.5 patch] remove CONFIG_SERIAL_21285_OLD Adrian Bunk
@ 2003-07-13 22:46 ` Russell King
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King @ 2003-07-13 22:46 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-serial, linux-kernel, trivial

On Mon, Jul 14, 2003 at 12:41:11AM +0200, Adrian Bunk wrote:
> 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.".
> 
> Is the patch below to remove this option OK?

Absolutely fine by me.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

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

end of thread, other threads:[~2003-07-13 22:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-13 22:41 [2.5 patch] remove CONFIG_SERIAL_21285_OLD Adrian Bunk
2003-07-13 22:46 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox