1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

rename s3c24xx-specific serial devices on 2.6.29 as well

SVN-Revision: 15827
This commit is contained in:
Mirko Vogt 2009-05-13 15:15:19 +00:00
parent eb4224f997
commit 98e74fa5cb

@ -0,0 +1,11 @@
--- a/drivers/serial/samsung.c
+++ b/drivers/serial/samsung.c
@@ -882,7 +882,7 @@ static struct uart_ops s3c24xx_serial_op
static struct uart_driver s3c24xx_uart_drv = {
.owner = THIS_MODULE,
- .dev_name = "s3c2410_serial",
+ .dev_name = "ttySAC",
.nr = CONFIG_SERIAL_SAMSUNG_UARTS,
.cons = S3C24XX_SERIAL_CONSOLE,
.driver_name = S3C24XX_SERIAL_NAME,