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

[media] media/i2c/tvp7002: 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
f5f24bc3 e5b40d2e

-7
-7
drivers/media/i2c/tvp7002.c
··· 861 861 /* V4L2 core operation handlers */ 862 862 static const struct v4l2_subdev_core_ops tvp7002_core_ops = { 863 863 .log_status = tvp7002_log_status, 864 - .g_ext_ctrls = v4l2_subdev_g_ext_ctrls, 865 - .try_ext_ctrls = v4l2_subdev_try_ext_ctrls, 866 - .s_ext_ctrls = v4l2_subdev_s_ext_ctrls, 867 - .g_ctrl = v4l2_subdev_g_ctrl, 868 - .s_ctrl = v4l2_subdev_s_ctrl, 869 - .queryctrl = v4l2_subdev_queryctrl, 870 - .querymenu = v4l2_subdev_querymenu, 871 864 #ifdef CONFIG_VIDEO_ADV_DEBUG 872 865 .g_register = tvp7002_g_register, 873 866 .s_register = tvp7002_s_register,