aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/tvp5150.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/i2c/tvp5150.c')
-rw-r--r--drivers/media/i2c/tvp5150.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/i2c/tvp5150.c b/drivers/media/i2c/tvp5150.c
index 31104a960652..5967e1a0c809 100644
--- a/drivers/media/i2c/tvp5150.c
+++ b/drivers/media/i2c/tvp5150.c
@@ -1096,13 +1096,6 @@ static const struct v4l2_ctrl_ops tvp5150_ctrl_ops = {
1096 1096
1097static const struct v4l2_subdev_core_ops tvp5150_core_ops = { 1097static const struct v4l2_subdev_core_ops tvp5150_core_ops = {
1098 .log_status = tvp5150_log_status, 1098 .log_status = tvp5150_log_status,
1099 .g_ext_ctrls = v4l2_subdev_g_ext_ctrls,
1100 .try_ext_ctrls = v4l2_subdev_try_ext_ctrls,
1101 .s_ext_ctrls = v4l2_subdev_s_ext_ctrls,
1102 .g_ctrl = v4l2_subdev_g_ctrl,
1103 .s_ctrl = v4l2_subdev_s_ctrl,
1104 .queryctrl = v4l2_subdev_queryctrl,
1105 .querymenu = v4l2_subdev_querymenu,
1106 .s_std = tvp5150_s_std, 1099 .s_std = tvp5150_s_std,
1107 .reset = tvp5150_reset, 1100 .reset = tvp5150_reset,
1108 .g_chip_ident = tvp5150_g_chip_ident, 1101 .g_chip_ident = tvp5150_g_chip_ident,