[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
Also fixes all drivers that set this field. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -1232,7 +1232,6 @@ static int __init pc_init(void)
|
||||
|
||||
pc_driver->owner = THIS_MODULE;
|
||||
pc_driver->name = "ttyD";
|
||||
pc_driver->devfs_name = "tts/D";
|
||||
pc_driver->major = DIGI_MAJOR;
|
||||
pc_driver->minor_start = 0;
|
||||
pc_driver->type = TTY_DRIVER_TYPE_SERIAL;
|
||||
|
Reference in New Issue
Block a user