V4L/DVB (8783): v4l: add all missing video_device release callbacks
[deliverable/linux.git] / drivers / media / radio / radio-terratec.c
index eed14972a9400fe4ef6c95553105b68578d68fed..de13ec81ce49c8c6981e8349cab1948d2818767b 100644 (file)
@@ -398,6 +398,7 @@ static struct video_device terratec_radio = {
        .name           = "TerraTec ActiveRadio",
        .fops           = &terratec_fops,
        .ioctl_ops      = &terratec_ioctl_ops,
+       .release        = video_device_release_empty,
 };
 
 static int __init terratec_init(void)
This page took 0.032137 seconds and 5 git commands to generate.