diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-19 12:36:28 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-07-19 12:36:28 -0300 |
commit | 2d95fc8e8c014b0e7349c89369ebefd2017f6b19 (patch) | |
tree | a38a7d969a1ada6fe154c5077c5cfbe4a0c9175d | |
parent | 34c63d986ff28281eb5490169166199ada49c51a (diff) | |
download | mediapointer-dvb-s2-2d95fc8e8c014b0e7349c89369ebefd2017f6b19.tar.gz mediapointer-dvb-s2-2d95fc8e8c014b0e7349c89369ebefd2017f6b19.tar.bz2 |
[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed
From: Greg Kroah-Hartman <gregkh@suse.de>
Also fixes all drivers that set this field.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | linux/drivers/media/radio/miropcm20-rds.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/radio/miropcm20-rds.c b/linux/drivers/media/radio/miropcm20-rds.c index 87b37b769..c1b1db65e 100644 --- a/linux/drivers/media/radio/miropcm20-rds.c +++ b/linux/drivers/media/radio/miropcm20-rds.c @@ -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, }; |