V4L/DVB (8783): v4l: add all missing video_device release callbacks
[deliverable/linux.git] / drivers / media / radio / radio-sf16fmi.c
index 55f8334513f30b7e91eb36ef8a24ef965b6b9b72..6d865a7a91eccef6f44c4a140f3a397a311ca165 100644 (file)
@@ -326,6 +326,7 @@ static struct video_device fmi_radio = {
        .name           = "SF16FMx radio",
        .fops           = &fmi_fops,
        .ioctl_ops      = &fmi_ioctl_ops,
+       .release        = video_device_release_empty,
 };
 
 /* ladis: this is my card. does any other types exist? */
This page took 0.028776 seconds and 5 git commands to generate.