summaryrefslogtreecommitdiffstats
path: root/tty
diff options
context:
space:
mode:
authorJavier Martinez Canillas <martinez.javier@gmail.com>2010-12-31 06:00:12 +0100
committerJavier Martinez Canillas <martinez.javier@gmail.com>2010-12-31 06:00:12 +0100
commitbf59d7f2b151e79676c4640d19ea5a34141a3b95 (patch)
tree2d4ab91906c1ae6881a0b3dedac798795524e4ef /tty
parente392313ddc887b11b84b5d2bead5cba146cf1b9e (diff)
downloadldd3-bf59d7f2b151e79676c4640d19ea5a34141a3b95.tar.gz
tty: tiny_tty: Remove the no longer needed devfs_name field
Diffstat (limited to 'tty')
-rw-r--r--tty/tiny_tty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tty/tiny_tty.c b/tty/tiny_tty.c
index dd11e24..649143b 100644
--- a/tty/tiny_tty.c
+++ b/tty/tiny_tty.c
@@ -529,7 +529,6 @@ static int __init tiny_init(void)
tiny_tty_driver->owner = THIS_MODULE;
tiny_tty_driver->driver_name = "tiny_tty";
tiny_tty_driver->name = "ttty";
- tiny_tty_driver->devfs_name = "tts/ttty%d";
tiny_tty_driver->major = TINY_TTY_MAJOR,
tiny_tty_driver->type = TTY_DRIVER_TYPE_SERIAL,
tiny_tty_driver->subtype = SERIAL_TYPE_NORMAL,