V4L/DVB (8783): v4l: add all missing video_device release callbacks
[deliverable/linux.git] / drivers / media / radio / radio-rtrack2.c
index 5b93b47be71410a667dd1580a069224f27c7ff4b..8fe820da73e8f47069c5ed7bd0c4f1323fc844f7 100644 (file)
@@ -326,6 +326,7 @@ static struct video_device rtrack2_radio = {
        .name           = "RadioTrack II radio",
        .fops           = &rtrack2_fops,
        .ioctl_ops      = &rtrack2_ioctl_ops,
+       .release        = video_device_release_empty,
 };
 
 static int __init rtrack2_init(void)
This page took 0.028845 seconds and 5 git commands to generate.