This is an automatic generated email to let you know that the following patch 
were queued:

Subject: [media] tw686x: add missing statics
Author:  Hans Verkuil <[email protected]>
Date:    Mon Mar 21 12:09:59 2016 -0300

Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/pci/tw686x/tw686x-video.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---

diff --git a/drivers/media/pci/tw686x/tw686x-video.c 
b/drivers/media/pci/tw686x/tw686x-video.c
index 35ad8e650717..2356fa2e951d 100644
--- a/drivers/media/pci/tw686x/tw686x-video.c
+++ b/drivers/media/pci/tw686x/tw686x-video.c
@@ -665,7 +665,7 @@ static int tw686x_enum_input(struct file *file, void *priv,
        return 0;
 }
 
-const struct v4l2_file_operations tw686x_video_fops = {
+static const struct v4l2_file_operations tw686x_video_fops = {
        .owner          = THIS_MODULE,
        .open           = v4l2_fh_open,
        .unlocked_ioctl = video_ioctl2,
@@ -675,7 +675,7 @@ const struct v4l2_file_operations tw686x_video_fops = {
        .mmap           = vb2_fop_mmap,
 };
 
-const struct v4l2_ioctl_ops tw686x_video_ioctl_ops = {
+static const struct v4l2_ioctl_ops tw686x_video_ioctl_ops = {
        .vidioc_querycap                = tw686x_querycap,
        .vidioc_g_fmt_vid_cap           = tw686x_g_fmt_vid_cap,
        .vidioc_s_fmt_vid_cap           = tw686x_s_fmt_vid_cap,

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to