summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/cs53l32a.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2016-07-03 09:01:22 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-12 11:17:19 -0300
commit743eb09f4c96054addb53bda2615ea886343306b (patch)
tree3d1e8ebafd73cd0b74ab788e855fcd69cd61eb75 /drivers/media/i2c/cs53l32a.c
parent6ddd5453689cf7fddb065097412e025b637d15a9 (diff)
downloadlinux-0-day-743eb09f4c96054addb53bda2615ea886343306b.tar.gz
linux-0-day-743eb09f4c96054addb53bda2615ea886343306b.tar.xz
[media] media/i2c: drop the last users of the ctrl core ops
Nobody is using these ops anymore, so remove these callbacks from the subdev drivers that still have them. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Cc: Andy Walls <awalls@md.metrocast.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/i2c/cs53l32a.c')
-rw-r--r--drivers/media/i2c/cs53l32a.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/i2c/cs53l32a.c b/drivers/media/i2c/cs53l32a.c
index b7e87e38642a8..e4b3cf49dd388 100644
--- a/drivers/media/i2c/cs53l32a.c
+++ b/drivers/media/i2c/cs53l32a.c
@@ -121,13 +121,6 @@ static const struct v4l2_ctrl_ops cs53l32a_ctrl_ops = {
static const struct v4l2_subdev_core_ops cs53l32a_core_ops = {
.log_status = cs53l32a_log_status,
- .g_ext_ctrls = v4l2_subdev_g_ext_ctrls,
- .try_ext_ctrls = v4l2_subdev_try_ext_ctrls,
- .s_ext_ctrls = v4l2_subdev_s_ext_ctrls,
- .g_ctrl = v4l2_subdev_g_ctrl,
- .s_ctrl = v4l2_subdev_s_ctrl,
- .queryctrl = v4l2_subdev_queryctrl,
- .querymenu = v4l2_subdev_querymenu,
};
static const struct v4l2_subdev_audio_ops cs53l32a_audio_ops = {