]> git.openfabrics.org - ~emulex/infiniband.git/commit
[media] uvcvideo: Move __uvc_ctrl_get() up
authorHans de Goede <hdegoede@redhat.com>
Sun, 8 Apr 2012 15:59:50 +0000 (12:59 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 7 May 2012 19:31:41 +0000 (16:31 -0300)
commitcb74d482f81bf6a3ef3e29cb228c917e371773f2
tree9bf1eca021b296407d13db32ff4b384f31a005b7
parent35f16741263fb50c82d5ade53ef9880a6b05f08a
[media] uvcvideo: Move __uvc_ctrl_get() up

This avoids the need for doing a forward declaration of __uvc_ctrl_get
(which is a static function) in later patches in this series.

Note to reviewers this patch does not change a single line of code, it
just moves the function up in uvc_ctrl.c a bit.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/uvc/uvc_ctrl.c