diff options
Diffstat (limited to 'drivers/media/video/vpx3220.c')
-rw-r--r-- | drivers/media/video/vpx3220.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/vpx3220.c b/drivers/media/video/vpx3220.c index 2fa7e8bb5746..59a8bb046c35 100644 --- a/drivers/media/video/vpx3220.c +++ b/drivers/media/video/vpx3220.c | |||
@@ -516,9 +516,6 @@ static const struct v4l2_subdev_core_ops vpx3220_core_ops = { | |||
516 | .g_ctrl = vpx3220_g_ctrl, | 516 | .g_ctrl = vpx3220_g_ctrl, |
517 | .s_ctrl = vpx3220_s_ctrl, | 517 | .s_ctrl = vpx3220_s_ctrl, |
518 | .queryctrl = vpx3220_queryctrl, | 518 | .queryctrl = vpx3220_queryctrl, |
519 | }; | ||
520 | |||
521 | static const struct v4l2_subdev_tuner_ops vpx3220_tuner_ops = { | ||
522 | .s_std = vpx3220_s_std, | 519 | .s_std = vpx3220_s_std, |
523 | }; | 520 | }; |
524 | 521 | ||
@@ -531,7 +528,6 @@ static const struct v4l2_subdev_video_ops vpx3220_video_ops = { | |||
531 | 528 | ||
532 | static const struct v4l2_subdev_ops vpx3220_ops = { | 529 | static const struct v4l2_subdev_ops vpx3220_ops = { |
533 | .core = &vpx3220_core_ops, | 530 | .core = &vpx3220_core_ops, |
534 | .tuner = &vpx3220_tuner_ops, | ||
535 | .video = &vpx3220_video_ops, | 531 | .video = &vpx3220_video_ops, |
536 | }; | 532 | }; |
537 | 533 | ||