parent 860553023bfed0179b3fe5d01838635f54a314a3 author Hans Verkuil 1270547637 -0300 committer Mauro Carvalho Chehab 1274284626 -0300 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 Signed-off-by: Mauro Carvalho Chehab C!x