From: Mauro Carvalho Chehab Date: Sun, 18 Aug 2013 13:17:38 +0000 (-0300) Subject: v4l2-common: warning fix (W=1): add a missed function prototype X-Git-Tag: v3.12-rc1~135^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfd22c490bc74f9603ea90c37823036660a313e2;p=pandora-kernel.git v4l2-common: warning fix (W=1): add a missed function prototype changeset d1e9b7c12 added a new ancilliary function to API, but forgot to add it to the corresponding header file. drivers/media/v4l2-core/v4l2-ctrls.c:568:18: warning: no previous prototype for 'v4l2_ctrl_get_int_menu' [-Wmissing-prototypes] const s64 const *v4l2_ctrl_get_int_menu(u32 id, u32 *len) Cc: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed