Skip to content

Commit

Permalink
[media] msi3101: msi3101_ioctl_ops can be static
Browse files Browse the repository at this point in the history
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
  • Loading branch information
Fengguang Wu authored and Mauro Carvalho Chehab committed Sep 24, 2013
1 parent 35c00c9 commit 6648ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/media/msi3101/sdr-msi3101.c
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ static int vidioc_s_frequency(struct file *file, void *priv,
f->frequency * 625UL / 10UL);
}

const struct v4l2_ioctl_ops msi3101_ioctl_ops = {
static const struct v4l2_ioctl_ops msi3101_ioctl_ops = {
.vidioc_querycap = msi3101_querycap,

.vidioc_enum_input = msi3101_enum_input,
Expand Down

0 comments on commit 6648ef1

Please sign in to comment.