diff options
Diffstat (limited to 'drivers/media/i2c/tw2804.c')
-rw-r--r-- | drivers/media/i2c/tw2804.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/tw2804.c b/drivers/media/i2c/tw2804.c index f58607df6193..7347480c0b0c 100644 --- a/drivers/media/i2c/tw2804.c +++ b/drivers/media/i2c/tw2804.c | |||
@@ -342,12 +342,12 @@ static const struct v4l2_ctrl_ops tw2804_ctrl_ops = { | |||
342 | }; | 342 | }; |
343 | 343 | ||
344 | static const struct v4l2_subdev_video_ops tw2804_video_ops = { | 344 | static const struct v4l2_subdev_video_ops tw2804_video_ops = { |
345 | .s_std = tw2804_s_std, | ||
345 | .s_routing = tw2804_s_video_routing, | 346 | .s_routing = tw2804_s_video_routing, |
346 | }; | 347 | }; |
347 | 348 | ||
348 | static const struct v4l2_subdev_core_ops tw2804_core_ops = { | 349 | static const struct v4l2_subdev_core_ops tw2804_core_ops = { |
349 | .log_status = tw2804_log_status, | 350 | .log_status = tw2804_log_status, |
350 | .s_std = tw2804_s_std, | ||
351 | }; | 351 | }; |
352 | 352 | ||
353 | static const struct v4l2_subdev_ops tw2804_ops = { | 353 | static const struct v4l2_subdev_ops tw2804_ops = { |