Commit 5e0bfb82 authored by Christopher Hoover's avatar Christopher Hoover Committed by Russell King

[ARM PATCH] 1724/1: Fix name of ttySA0 and ttySA1 under devfs

Patch from Christopher Hoover

ttySA[01] show up as <NULL>[01] under devfs.  



this makes init/getty et al very unhappy.
parent 3def89c7
......@@ -852,6 +852,7 @@ static struct uart_driver sa1100_reg = {
.owner = THIS_MODULE,
.driver_name = "ttySA",
.dev_name = "ttySA",
.devfs_name = "ttySA",
.major = SERIAL_SA1100_MAJOR,
.minor = MINOR_START,
.nr = NR_PORTS,
......
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