aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/usb/em28xx/em28xx-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-video.c b/drivers/media/usb/em28xx/em28xx-video.c
index aabcafbdab46..36b69cbf36c7 100644
--- a/drivers/media/usb/em28xx/em28xx-video.c
+++ b/drivers/media/usb/em28xx/em28xx-video.c
@@ -1147,7 +1147,7 @@ static int em28xx_s_ctrl(struct v4l2_ctrl *ctrl)
1147 return (ret < 0) ? ret : 0; 1147 return (ret < 0) ? ret : 0;
1148} 1148}
1149 1149
1150const struct v4l2_ctrl_ops em28xx_ctrl_ops = { 1150static const struct v4l2_ctrl_ops em28xx_ctrl_ops = {
1151 .s_ctrl = em28xx_s_ctrl, 1151 .s_ctrl = em28xx_s_ctrl,
1152}; 1152};
1153 1153