Skip to content

Commit

Permalink
media: v4l2-dev.h: remove VFL_TYPE_GRABBER
Browse files Browse the repository at this point in the history
The last driver was converted to use VFL_TYPE_VIDEO, so the old
_GRABBER enum can now be removed.

Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Hans Verkuil authored and mchehab committed Feb 24, 2020
1 parent 70cad44 commit dc42cf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/media/v4l2-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* enum vfl_devnode_type - type of V4L2 device node
*
* @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_RADIO: for radio tuners
* @VFL_TYPE_SUBDEV: for V4L2 subdevices
Expand All @@ -35,7 +34,6 @@
*/
enum vfl_devnode_type {
VFL_TYPE_VIDEO,
VFL_TYPE_GRABBER = VFL_TYPE_VIDEO,
VFL_TYPE_VBI,
VFL_TYPE_RADIO,
VFL_TYPE_SUBDEV,
Expand Down

0 comments on commit dc42cf7

Please sign in to comment.