diff options
Diffstat (limited to 'drivers/media/radio/radio-maestro.c')
-rw-r--r-- | drivers/media/radio/radio-maestro.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-maestro.c b/drivers/media/radio/radio-maestro.c index 03c20948eef2..182b433981ca 100644 --- a/drivers/media/radio/radio-maestro.c +++ b/drivers/media/radio/radio-maestro.c | |||
@@ -388,6 +388,7 @@ static struct video_device maestro_radio = { | |||
388 | .name = "Maestro radio", | 388 | .name = "Maestro radio", |
389 | .fops = &maestro_fops, | 389 | .fops = &maestro_fops, |
390 | .ioctl_ops = &maestro_ioctl_ops, | 390 | .ioctl_ops = &maestro_ioctl_ops, |
391 | .release = video_device_release, | ||
391 | }; | 392 | }; |
392 | 393 | ||
393 | static int __devinit maestro_probe(struct pci_dev *pdev, | 394 | static int __devinit maestro_probe(struct pci_dev *pdev, |