diff options
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/dm-ioctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c index 3ad60caea773..d13bb15a8a02 100644 --- a/drivers/md/dm-ioctl.c +++ b/drivers/md/dm-ioctl.c | |||
@@ -1472,7 +1472,6 @@ static struct file_operations _ctl_fops = { | |||
1472 | static struct miscdevice _dm_misc = { | 1472 | static struct miscdevice _dm_misc = { |
1473 | .minor = MISC_DYNAMIC_MINOR, | 1473 | .minor = MISC_DYNAMIC_MINOR, |
1474 | .name = DM_NAME, | 1474 | .name = DM_NAME, |
1475 | .devfs_name = "mapper/control", | ||
1476 | .fops = &_ctl_fops | 1475 | .fops = &_ctl_fops |
1477 | }; | 1476 | }; |
1478 | 1477 | ||