[PATCH] devfs: Remove the miscdevice 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:
@@ -780,7 +780,6 @@ static struct miscdevice tun_miscdev = {
|
||||
.minor = TUN_MINOR,
|
||||
.name = "tun",
|
||||
.fops = &tun_fops,
|
||||
.devfs_name = "net/tun",
|
||||
};
|
||||
|
||||
/* ethtool interface */
|
||||
|
Reference in New Issue
Block a user