[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:
@@ -1364,7 +1364,6 @@ static int __init hvcs_module_init(void)
|
||||
|
||||
hvcs_tty_driver->driver_name = hvcs_driver_name;
|
||||
hvcs_tty_driver->name = hvcs_device_node;
|
||||
hvcs_tty_driver->devfs_name = hvcs_device_node;
|
||||
|
||||
/*
|
||||
* We'll let the system assign us a major number, indicated by leaving
|
||||
|
Reference in New Issue
Block a user