[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:
@ -1145,7 +1145,6 @@ static int __init acm_init(void)
|
||||
acm_tty_driver->owner = THIS_MODULE,
|
||||
acm_tty_driver->driver_name = "acm",
|
||||
acm_tty_driver->name = "ttyACM",
|
||||
acm_tty_driver->devfs_name = "usb/acm/",
|
||||
acm_tty_driver->major = ACM_TTY_MAJOR,
|
||||
acm_tty_driver->minor_start = 0,
|
||||
acm_tty_driver->type = TTY_DRIVER_TYPE_SERIAL,
|
||||
|
Reference in New Issue
Block a user