diff options
Diffstat (limited to 'drivers/serial/sunhv.c')
-rw-r--r-- | drivers/serial/sunhv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/sunhv.c b/drivers/serial/sunhv.c index be0fe152891b..145c0281495d 100644 --- a/drivers/serial/sunhv.c +++ b/drivers/serial/sunhv.c | |||
@@ -392,7 +392,7 @@ static struct uart_ops sunhv_pops = { | |||
392 | 392 | ||
393 | static struct uart_driver sunhv_reg = { | 393 | static struct uart_driver sunhv_reg = { |
394 | .owner = THIS_MODULE, | 394 | .owner = THIS_MODULE, |
395 | .driver_name = "serial", | 395 | .driver_name = "sunhv", |
396 | .dev_name = "ttyS", | 396 | .dev_name = "ttyS", |
397 | .major = TTY_MAJOR, | 397 | .major = TTY_MAJOR, |
398 | }; | 398 | }; |