[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:
@@ -417,7 +417,6 @@ static struct file_operations sq_fops = {
|
||||
static struct miscdevice sq_dev = {
|
||||
.minor = STORE_QUEUE_MINOR,
|
||||
.name = "sq",
|
||||
.devfs_name = "cpu/sq",
|
||||
.fops = &sq_fops,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user