From: Hans de Goede Date: Sun, 8 Apr 2012 15:59:50 +0000 (-0300) Subject: [media] uvcvideo: Move __uvc_ctrl_get() up X-Git-Tag: v3.5-rc1~104^2~339 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb74d482f81bf6a3ef3e29cb228c917e371773f2;p=pandora-kernel.git [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 Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed