media: videodev2.h: drop V4L2_CAP_ASYNCIO
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 18 Aug 2022 07:51:40 +0000 (09:51 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 30 Aug 2022 05:34:24 +0000 (07:34 +0200)
commit17611d3fb4a11ec500c49cb952faf09e114a5a10
tree0da530d0ff054f2e08fa018a3f730fad58fda381
parent0565b91eae14b65850f33a571d59c1cac725536c
media: videodev2.h: drop V4L2_CAP_ASYNCIO

The V4L2_CAP_ASYNCIO capability was never implemented (and in fact
it isn't clear what it was supposed to do in the first place).

Drop it from the capabilities list. Keep it in videodev2.h with the
other defines under ifndef __KERNEL__ for backwards compatibility.

This will free up a capability bit for other future uses. And having
an unused and undefined I/O method is just plain confusing.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Documentation/userspace-api/media/v4l/async.rst [deleted file]
Documentation/userspace-api/media/v4l/dev-raw-vbi.rst
Documentation/userspace-api/media/v4l/dev-sdr.rst
Documentation/userspace-api/media/v4l/dev-sliced-vbi.rst
Documentation/userspace-api/media/v4l/hist-v4l2.rst
Documentation/userspace-api/media/v4l/io.rst
Documentation/userspace-api/media/v4l/vidioc-querycap.rst
include/uapi/linux/videodev2.h