diff options
author | Sylwester Nawrocki <sylvester.nawrocki@gmail.com> | 2013-01-13 12:50:59 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-05 14:30:48 -0500 |
commit | 23575bf4219c06057632e601524ee66cccf03703 (patch) | |
tree | 4a8ba6c74c6b292e790c019d20bfa04d2efa332f /drivers/media/i2c/noon010pc30.c | |
parent | 62ce272d87f09f34f70a9b3f783783af6c1a09d8 (diff) |
[media] noon010p30: Remove unneeded v4l2 control compatibility ops
All host drivers using this subdev driver are already converted
to use the control framework so the compatibility ops can be dropped.
Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/i2c/noon010pc30.c')
-rw-r--r-- | drivers/media/i2c/noon010pc30.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/i2c/noon010pc30.c b/drivers/media/i2c/noon010pc30.c index 440c12962bae..8554b47f993a 100644 --- a/drivers/media/i2c/noon010pc30.c +++ b/drivers/media/i2c/noon010pc30.c | |||
@@ -660,13 +660,6 @@ static const struct v4l2_ctrl_ops noon010_ctrl_ops = { | |||
660 | 660 | ||
661 | static const struct v4l2_subdev_core_ops noon010_core_ops = { | 661 | static const struct v4l2_subdev_core_ops noon010_core_ops = { |
662 | .s_power = noon010_s_power, | 662 | .s_power = noon010_s_power, |
663 | .g_ctrl = v4l2_subdev_g_ctrl, | ||
664 | .s_ctrl = v4l2_subdev_s_ctrl, | ||
665 | .queryctrl = v4l2_subdev_queryctrl, | ||
666 | .querymenu = v4l2_subdev_querymenu, | ||
667 | .g_ext_ctrls = v4l2_subdev_g_ext_ctrls, | ||
668 | .try_ext_ctrls = v4l2_subdev_try_ext_ctrls, | ||
669 | .s_ext_ctrls = v4l2_subdev_s_ext_ctrls, | ||
670 | .log_status = noon010_log_status, | 663 | .log_status = noon010_log_status, |
671 | }; | 664 | }; |
672 | 665 | ||