media: v4l2-ioctl: remove unused vidioc_g/s_crop
Now that all drivers have dropped vidioc_g/s_crop we can remove support for them in the V4L2 core. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Tested-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
f72b9d8cfc
commit
ed3e2749ff
@@ -222,10 +222,6 @@ struct v4l2_fh;
|
||||
* :ref:`VIDIOC_S_MODULATOR <vidioc_g_modulator>` ioctl
|
||||
* @vidioc_cropcap: pointer to the function that implements
|
||||
* :ref:`VIDIOC_CROPCAP <vidioc_cropcap>` ioctl
|
||||
* @vidioc_g_crop: pointer to the function that implements
|
||||
* :ref:`VIDIOC_G_CROP <vidioc_g_crop>` ioctl
|
||||
* @vidioc_s_crop: pointer to the function that implements
|
||||
* :ref:`VIDIOC_S_CROP <vidioc_g_crop>` ioctl
|
||||
* @vidioc_g_selection: pointer to the function that implements
|
||||
* :ref:`VIDIOC_G_SELECTION <vidioc_g_selection>` ioctl
|
||||
* @vidioc_s_selection: pointer to the function that implements
|
||||
@@ -493,10 +489,6 @@ struct v4l2_ioctl_ops {
|
||||
/* Crop ioctls */
|
||||
int (*vidioc_cropcap)(struct file *file, void *fh,
|
||||
struct v4l2_cropcap *a);
|
||||
int (*vidioc_g_crop)(struct file *file, void *fh,
|
||||
struct v4l2_crop *a);
|
||||
int (*vidioc_s_crop)(struct file *file, void *fh,
|
||||
const struct v4l2_crop *a);
|
||||
int (*vidioc_g_selection)(struct file *file, void *fh,
|
||||
struct v4l2_selection *s);
|
||||
int (*vidioc_s_selection)(struct file *file, void *fh,
|
||||
|
Reference in New Issue
Block a user