V4L/DVB: videodev2.h: move definition of enum v4l2_ctrl_type to the other control...
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 6 Apr 2010 09:53:57 +0000 (06:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:57:06 +0000 (12:57 -0300)
commitea64f8c2204cd8b9a95072c7ef85cc9a120a2693
tree9c1bf22ddee14ec28fd78ae82fe95652944c4279
parent860553023bfed0179b3fe5d01838635f54a314a3
V4L/DVB: videodev2.h: move definition of enum v4l2_ctrl_type to the other control types

For some reason the definition of enum v4l2_ctrl_type is far from the
place where it is actually needed. This makes it hard to work with this
header.

Move it to just before struct v4l2_queryctrl, which is the one that
actually uses it.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
include/linux/videodev2.h