Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
dc6d2a2f 33b6b89b

-7
-7
drivers/media/dvb-frontends/au8522_decoder.c
··· 649 649 650 650 static const struct v4l2_subdev_core_ops au8522_core_ops = { 651 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 652 .g_chip_ident = au8522_g_chip_ident, 660 653 .reset = au8522_reset, 661 654 #ifdef CONFIG_VIDEO_ADV_DEBUG