From: Hans Verkuil Date: Tue, 6 Apr 2010 09:53:57 +0000 (-0300) Subject: V4L/DVB: videodev2.h: move definition of enum v4l2_ctrl_type to the other control... X-Git-Tag: v2.6.35-rc1~480^2~217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea64f8c2204cd8b9a95072c7ef85cc9a120a2693;p=pandora-kernel.git 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 --- Reading git-diff-tree failed