Commit 2e2dedb9 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

[media] tw686x: add missing statics

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent e4c32b49
...@@ -665,7 +665,7 @@ static int tw686x_enum_input(struct file *file, void *priv, ...@@ -665,7 +665,7 @@ static int tw686x_enum_input(struct file *file, void *priv,
return 0; return 0;
} }
const struct v4l2_file_operations tw686x_video_fops = { static const struct v4l2_file_operations tw686x_video_fops = {
.owner = THIS_MODULE, .owner = THIS_MODULE,
.open = v4l2_fh_open, .open = v4l2_fh_open,
.unlocked_ioctl = video_ioctl2, .unlocked_ioctl = video_ioctl2,
...@@ -675,7 +675,7 @@ const struct v4l2_file_operations tw686x_video_fops = { ...@@ -675,7 +675,7 @@ const struct v4l2_file_operations tw686x_video_fops = {
.mmap = vb2_fop_mmap, .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_querycap = tw686x_querycap,
.vidioc_g_fmt_vid_cap = tw686x_g_fmt_vid_cap, .vidioc_g_fmt_vid_cap = tw686x_g_fmt_vid_cap,
.vidioc_s_fmt_vid_cap = tw686x_s_fmt_vid_cap, .vidioc_s_fmt_vid_cap = tw686x_s_fmt_vid_cap,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment