Commit c0b8ec13 authored by Jonas Larsson's avatar Jonas Larsson Committed by Russell King

[ARM PATCH] 1753/1: Devfs support for the 21285 serial driver - try 2

Patch from Jonas Larsson

This patch adds devfs_name member to struct uart_driver. No devfs
entries are created for the serial port without this patch.
parent 13b49514
......@@ -510,6 +510,7 @@ static struct uart_driver serial21285_reg = {
.owner = THIS_MODULE,
.driver_name = "ttyFB",
.dev_name = "ttyFB",
.devfs_name = "ttyFB",
.major = SERIAL_21285_MAJOR,
.minor = SERIAL_21285_MINOR,
.nr = 1,
......
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