]> Pileus Git - ~andy/linux/blobdiff - drivers/media/radio/miropcm20-rds.c
[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed
[~andy/linux] / drivers / media / radio / miropcm20-rds.c
index 87b37b7691dad387cd082b10c030b9c0829947f3..c1b1db65e66821544b541ca37eed4d9fa2491643 100644 (file)
@@ -115,7 +115,6 @@ static struct file_operations rds_fops = {
 static struct miscdevice rds_miscdev = {
        .minor          = MISC_DYNAMIC_MINOR,
        .name           = "radiotext",
-       .devfs_name     = "v4l/rds/radiotext",
        .fops           = &rds_fops,
 };