diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-30 18:07:05 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-30 17:23:34 +0300 |
commit | ea8532daee31bc72abfbc9ca7a43cbec0f6c05af (patch) | |
tree | d77df33036870942e996d8123b67577639973f0e /Documentation/media | |
parent | 157eb9a0b75e97ad390c6e50c7381b0a0e02fe97 (diff) | |
download | linux-ea8532daee31bc72abfbc9ca7a43cbec0f6c05af.tar.xz |
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>
Diffstat (limited to 'Documentation/media')
-rw-r--r-- | Documentation/media/videodev2.h.rst.exceptions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/media/videodev2.h.rst.exceptions b/Documentation/media/videodev2.h.rst.exceptions index a5cb0a8686ac..ca9f0edc579e 100644 --- a/Documentation/media/videodev2.h.rst.exceptions +++ b/Documentation/media/videodev2.h.rst.exceptions @@ -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 |