]> Pileus Git - ~andy/linux/blobdiff - drivers/block/pktcdvd.c
[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed
[~andy/linux] / drivers / block / pktcdvd.c
index a04f60693c396446d4a310e8c1df0eaef62c5012..3e4cce5e4736351befab56db81c42527223dade8 100644 (file)
@@ -2612,7 +2612,6 @@ static struct file_operations pkt_ctl_fops = {
 static struct miscdevice pkt_misc = {
        .minor          = MISC_DYNAMIC_MINOR,
        .name           = "pktcdvd",
-       .devfs_name     = "pktcdvd/control",
        .fops           = &pkt_ctl_fops
 };