From a325ef37aae1c155672f1502bc9864c0ee87cbd6 Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Tue, 4 Jan 2011 23:33:44 +0300 Subject: [PATCH] pxa: rename serials to reuse ttySA naming Signed-off-by: Dmitry Eremin-Solenikov --- drivers/tty/serial/pxa.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/tty/serial/pxa.c b/drivers/tty/serial/pxa.c index 1102a39..14fb566 100644 --- a/drivers/tty/serial/pxa.c +++ b/drivers/tty/serial/pxa.c @@ -692,7 +692,7 @@ serial_pxa_console_setup(struct console *co, char *options) } static struct console serial_pxa_console = { - .name = "ttyS", + .name = "ttySA", .write = serial_pxa_console_write, .device = uart_console_device, .setup = serial_pxa_console_setup, @@ -729,8 +729,8 @@ struct uart_ops serial_pxa_pops = { static struct uart_driver serial_pxa_reg = { .owner = THIS_MODULE, .driver_name = "PXA serial", - .dev_name = "ttyS", - .major = TTY_MAJOR, + .dev_name = "ttySA", + .major = 204, .minor = 64, .nr = 4, .cons = PXA_CONSOLE, -- 1.7.4.1