diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-01-26 16:07:38 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-25 11:55:37 -0400 |
commit | 454378923a9b44e26918893fac8bdeb43ae0f57b (patch) | |
tree | fdbbaa515c5ed3687bc79bdba623a7d175a64fdb | |
parent | d42010a1d23979db434826e6b9449ad777bee02f (diff) |
[media] adv7604: Remove subdev control handlers
Control operations are handled by the control framework and the subdev
control handlers are never called directly. Remove them.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | drivers/media/i2c/adv7604.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c index 1720daf0c875..ca7590641581 100644 --- a/drivers/media/i2c/adv7604.c +++ b/drivers/media/i2c/adv7604.c | |||
@@ -2172,13 +2172,6 @@ static const struct v4l2_ctrl_ops adv7604_ctrl_ops = { | |||
2172 | 2172 | ||
2173 | static const struct v4l2_subdev_core_ops adv7604_core_ops = { | 2173 | static const struct v4l2_subdev_core_ops adv7604_core_ops = { |
2174 | .log_status = adv7604_log_status, | 2174 | .log_status = adv7604_log_status, |
2175 | .g_ext_ctrls = v4l2_subdev_g_ext_ctrls, | ||
2176 | .try_ext_ctrls = v4l2_subdev_try_ext_ctrls, | ||
2177 | .s_ext_ctrls = v4l2_subdev_s_ext_ctrls, | ||
2178 | .g_ctrl = v4l2_subdev_g_ctrl, | ||
2179 | .s_ctrl = v4l2_subdev_s_ctrl, | ||
2180 | .queryctrl = v4l2_subdev_queryctrl, | ||
2181 | .querymenu = v4l2_subdev_querymenu, | ||
2182 | .interrupt_service_routine = adv7604_isr, | 2175 | .interrupt_service_routine = adv7604_isr, |
2183 | #ifdef CONFIG_VIDEO_ADV_DEBUG | 2176 | #ifdef CONFIG_VIDEO_ADV_DEBUG |
2184 | .g_register = adv7604_g_register, | 2177 | .g_register = adv7604_g_register, |