V4L/DVB (8783): v4l: add all missing video_device release callbacks
[deliverable/linux.git] / drivers / media / radio / radio-maestro.c
index 03c20948eef28698efcf9fd5b27e89d5abb09a9a..182b433981ca69d97e65533279181785a01b38a7 100644 (file)
@@ -388,6 +388,7 @@ static struct video_device maestro_radio = {
        .name           = "Maestro radio",
        .fops           = &maestro_fops,
        .ioctl_ops      = &maestro_ioctl_ops,
+       .release        = video_device_release,
 };
 
 static int __devinit maestro_probe(struct pci_dev *pdev,
This page took 0.043267 seconds and 5 git commands to generate.