diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-02-15 07:24:08 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-25 14:10:29 -0400 |
commit | dc6d2a2f66a156ea90924abde553560481b6b57b (patch) | |
tree | 3c7235eee9651f54d9e3f430dc32532007266afa /drivers/media/dvb-frontends | |
parent | 33b6b89bd32ff54ac17fa07408e9743b20542542 (diff) |
[media] au8522_decoder: remove obsolete control ops
Now that au0828 has been converted to the control framework these
compatilibity ops are no longer needed.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r-- | drivers/media/dvb-frontends/au8522_decoder.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/dvb-frontends/au8522_decoder.c b/drivers/media/dvb-frontends/au8522_decoder.c index ad46a8f86af0..2099f21e374d 100644 --- a/drivers/media/dvb-frontends/au8522_decoder.c +++ b/drivers/media/dvb-frontends/au8522_decoder.c | |||
@@ -649,13 +649,6 @@ static int au8522_g_chip_ident(struct v4l2_subdev *sd, | |||
649 | 649 | ||
650 | static const struct v4l2_subdev_core_ops au8522_core_ops = { | 650 | static const struct v4l2_subdev_core_ops au8522_core_ops = { |
651 | .log_status = v4l2_ctrl_subdev_log_status, | 651 | .log_status = v4l2_ctrl_subdev_log_status, |
652 | .g_ext_ctrls = v4l2_subdev_g_ext_ctrls, | ||
653 | .try_ext_ctrls = v4l2_subdev_try_ext_ctrls, | ||
654 | .s_ext_ctrls = v4l2_subdev_s_ext_ctrls, | ||
655 | .g_ctrl = v4l2_subdev_g_ctrl, | ||
656 | .s_ctrl = v4l2_subdev_s_ctrl, | ||
657 | .queryctrl = v4l2_subdev_queryctrl, | ||
658 | .querymenu = v4l2_subdev_querymenu, | ||
659 | .g_chip_ident = au8522_g_chip_ident, | 652 | .g_chip_ident = au8522_g_chip_ident, |
660 | .reset = au8522_reset, | 653 | .reset = au8522_reset, |
661 | #ifdef CONFIG_VIDEO_ADV_DEBUG | 654 | #ifdef CONFIG_VIDEO_ADV_DEBUG |