diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-09-07 05:34:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-01-04 21:55:53 -0500 |
commit | 7f529794847bc2ff509967e5ad54fce7d885de93 (patch) | |
tree | 020d945521c9cda61152261080a0a8a05967758d | |
parent | 86ff7f1d4be99080d740fd88495154717cd39e2b (diff) |
[media] tvp5150: remove compat control ops
No longer needed now that em28xx has been converted to the control framework.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/i2c/tvp5150.c | 7 |
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 | ||
1097 | static const struct v4l2_subdev_core_ops tvp5150_core_ops = { | 1097 | static 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, |