V4L/DVB (8783): v4l: add all missing video_device release callbacks
[deliverable/linux.git] / drivers / media / radio / radio-typhoon.c
index 8784685072378f8a1f6459fc69912bf8e137ae04..c2eedb7a73a5e0be2151aacfbbacfd17c947d666 100644 (file)
@@ -375,6 +375,7 @@ static struct video_device typhoon_radio = {
        .name           = "Typhoon Radio",
        .fops           = &typhoon_fops,
        .ioctl_ops      = &typhoon_ioctl_ops,
+       .release        = video_device_release_empty,
 };
 
 #ifdef CONFIG_RADIO_TYPHOON_PROC_FS
This page took 0.023926 seconds and 5 git commands to generate.