V4L/DVB (8783): v4l: add all missing video_device release callbacks
[deliverable/linux.git] / drivers / media / video / pms.c
index b39794f0baf52385ab51b20e25c252428a3f85ee..994807818aa26eacd2ffc09920445d2cc69f58d9 100644 (file)
@@ -915,6 +915,7 @@ static struct video_device pms_template=
 {
        .name           = "Mediavision PMS",
        .fops           = &pms_fops,
+       .release        = video_device_release_empty,
 };
 
 static struct pms_device pms_device;
This page took 0.031821 seconds and 5 git commands to generate.