diff options
Diffstat (limited to 'drivers/media/video/saa7115.c')
-rw-r--r-- | drivers/media/video/saa7115.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7115.c b/drivers/media/video/saa7115.c index 5ee94d618695..e6538eb3aa17 100644 --- a/drivers/media/video/saa7115.c +++ b/drivers/media/video/saa7115.c | |||
@@ -1500,6 +1500,7 @@ static const struct v4l2_subdev_core_ops saa711x_core_ops = { | |||
1500 | .g_ctrl = saa711x_g_ctrl, | 1500 | .g_ctrl = saa711x_g_ctrl, |
1501 | .s_ctrl = saa711x_s_ctrl, | 1501 | .s_ctrl = saa711x_s_ctrl, |
1502 | .queryctrl = saa711x_queryctrl, | 1502 | .queryctrl = saa711x_queryctrl, |
1503 | .s_std = saa711x_s_std, | ||
1503 | .reset = saa711x_reset, | 1504 | .reset = saa711x_reset, |
1504 | .s_gpio = saa711x_s_gpio, | 1505 | .s_gpio = saa711x_s_gpio, |
1505 | #ifdef CONFIG_VIDEO_ADV_DEBUG | 1506 | #ifdef CONFIG_VIDEO_ADV_DEBUG |
@@ -1509,7 +1510,6 @@ static const struct v4l2_subdev_core_ops saa711x_core_ops = { | |||
1509 | }; | 1510 | }; |
1510 | 1511 | ||
1511 | static const struct v4l2_subdev_tuner_ops saa711x_tuner_ops = { | 1512 | static const struct v4l2_subdev_tuner_ops saa711x_tuner_ops = { |
1512 | .s_std = saa711x_s_std, | ||
1513 | .s_radio = saa711x_s_radio, | 1513 | .s_radio = saa711x_s_radio, |
1514 | .g_tuner = saa711x_g_tuner, | 1514 | .g_tuner = saa711x_g_tuner, |
1515 | }; | 1515 | }; |