[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:
@@ -2449,7 +2449,6 @@ static int __init espserial_init(void)
|
||||
|
||||
esp_driver->owner = THIS_MODULE;
|
||||
esp_driver->name = "ttyP";
|
||||
esp_driver->devfs_name = "tts/P";
|
||||
esp_driver->major = ESP_IN_MAJOR;
|
||||
esp_driver->minor_start = 0;
|
||||
esp_driver->type = TTY_DRIVER_TYPE_SERIAL;
|
||||
|
Reference in New Issue
Block a user