media: videodev2: get rid of VIDIOC_RESERVED
While this ioctl is there at least since Kernel 2.6.12-rc2, it was never used by any upstream driver. Get rid of it. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
Родитель
157eb9a0b7
Коммит
ea8532daee
|
@ -517,7 +517,6 @@ ignore define V4L2_CTRL_WHICH_DEF_VAL
|
|||
ignore define V4L2_OUT_CAP_CUSTOM_TIMINGS
|
||||
ignore define V4L2_CID_MAX_CTRLS
|
||||
|
||||
ignore ioctl VIDIOC_RESERVED
|
||||
ignore define BASE_VIDIOC_PRIVATE
|
||||
|
||||
# Associate ioctls with their counterparts
|
||||
|
|
|
@ -2311,7 +2311,6 @@ struct v4l2_create_buffers {
|
|||
*
|
||||
*/
|
||||
#define VIDIOC_QUERYCAP _IOR('V', 0, struct v4l2_capability)
|
||||
#define VIDIOC_RESERVED _IO('V', 1)
|
||||
#define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc)
|
||||
#define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
|
||||
#define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
|
||||
|
|
Загрузка…
Ссылка в новой задаче