[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>
Bu işleme şunda yer alıyor:
Greg Kroah-Hartman
2005-06-20 21:15:16 -07:00
ebeveyn ff23eca3e8
işleme 96192ff1a9
11 değiştirilmiş dosya ile 0 ekleme ve 14 silme

Dosyayı Görüntüle

@@ -1472,7 +1472,6 @@ static struct file_operations _ctl_fops = {
static struct miscdevice _dm_misc = {
.minor = MISC_DYNAMIC_MINOR,
.name = DM_NAME,
.devfs_name = "mapper/control",
.fops = &_ctl_fops
};