Skip to content

Commit

Permalink
[media] tw686x: add missing statics
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Hans Verkuil authored and mchehab committed Apr 20, 2016
1 parent e4c32b4 commit 2e2dedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/pci/tw686x/tw686x-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 2e2dedb

Please sign in to comment.