Commit dc42cf74 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

media: v4l2-dev.h: remove VFL_TYPE_GRABBER

The last driver was converted to use VFL_TYPE_VIDEO, so the old
_GRABBER enum can now be removed.
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 70cad449
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
* enum vfl_devnode_type - type of V4L2 device node * enum vfl_devnode_type - type of V4L2 device node
* *
* @VFL_TYPE_VIDEO: for video input/output devices * @VFL_TYPE_VIDEO: for video input/output devices
* @VFL_TYPE_GRABBER: deprecated, same as VFL_TYPE_VIDEO
* @VFL_TYPE_VBI: for vertical blank data (i.e. closed captions, teletext) * @VFL_TYPE_VBI: for vertical blank data (i.e. closed captions, teletext)
* @VFL_TYPE_RADIO: for radio tuners * @VFL_TYPE_RADIO: for radio tuners
* @VFL_TYPE_SUBDEV: for V4L2 subdevices * @VFL_TYPE_SUBDEV: for V4L2 subdevices
...@@ -35,7 +34,6 @@ ...@@ -35,7 +34,6 @@
*/ */
enum vfl_devnode_type { enum vfl_devnode_type {
VFL_TYPE_VIDEO, VFL_TYPE_VIDEO,
VFL_TYPE_GRABBER = VFL_TYPE_VIDEO,
VFL_TYPE_VBI, VFL_TYPE_VBI,
VFL_TYPE_RADIO, VFL_TYPE_RADIO,
VFL_TYPE_SUBDEV, VFL_TYPE_SUBDEV,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment