[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:
@@ -1745,7 +1745,6 @@ int __init zs_init(void)
|
||||
/* Not all of this is exactly right for us. */
|
||||
|
||||
serial_driver->owner = THIS_MODULE;
|
||||
serial_driver->devfs_name = "tts/";
|
||||
serial_driver->name = "ttyS";
|
||||
serial_driver->major = TTY_MAJOR;
|
||||
serial_driver->minor_start = 64;
|
||||
|
Reference in New Issue
Block a user