diff options
Diffstat (limited to 'drivers/media/radio/radio-maxiradio.c')
-rw-r--r-- | drivers/media/radio/radio-maxiradio.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/media/radio/radio-maxiradio.c b/drivers/media/radio/radio-maxiradio.c index 263ef8b02fd8..4e2e8a3d9b5f 100644 --- a/drivers/media/radio/radio-maxiradio.c +++ b/drivers/media/radio/radio-maxiradio.c | |||
@@ -402,9 +402,10 @@ static const struct v4l2_ioctl_ops maxiradio_ioctl_ops = { | |||
402 | }; | 402 | }; |
403 | 403 | ||
404 | static struct video_device maxiradio_radio = { | 404 | static struct video_device maxiradio_radio = { |
405 | .name = "Maxi Radio FM2000 radio", | 405 | .name = "Maxi Radio FM2000 radio", |
406 | .fops = &maxiradio_fops, | 406 | .fops = &maxiradio_fops, |
407 | .ioctl_ops = &maxiradio_ioctl_ops, | 407 | .ioctl_ops = &maxiradio_ioctl_ops, |
408 | .release = video_device_release_empty, | ||
408 | }; | 409 | }; |
409 | 410 | ||
410 | static int __devinit maxiradio_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | 411 | static int __devinit maxiradio_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) |