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

[media] media/i2c/adv7393: Remove compat control ops

They are no longer used in old non-control-framework
bridge drivers.

Reported-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Ricardo Ribalda and committed by
Mauro Carvalho Chehab
260faaa4 747d481d

-7
-7
drivers/media/i2c/adv7393.c
··· 306 306 307 307 static const struct v4l2_subdev_core_ops adv7393_core_ops = { 308 308 .log_status = adv7393_log_status, 309 - .g_ext_ctrls = v4l2_subdev_g_ext_ctrls, 310 - .try_ext_ctrls = v4l2_subdev_try_ext_ctrls, 311 - .s_ext_ctrls = v4l2_subdev_s_ext_ctrls, 312 - .g_ctrl = v4l2_subdev_g_ctrl, 313 - .s_ctrl = v4l2_subdev_s_ctrl, 314 - .queryctrl = v4l2_subdev_queryctrl, 315 - .querymenu = v4l2_subdev_querymenu, 316 309 }; 317 310 318 311 static int adv7393_s_std_output(struct v4l2_subdev *sd, v4l2_std_id std)