From: Ricardo Ribalda Date: Wed, 6 Nov 2013 14:40:18 +0000 (-0300) Subject: [media] ths7303: Declare as static a private function X-Git-Tag: v3.13-rc4~25^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06eb891edb4009245278a0ae50ccfd6fc99004d2;p=pandora-kernel.git [media] ths7303: Declare as static a private function git grep shows that the function is only called from ths7303.c Fix this build warning: CC drivers/media/i2c/ths7303.o drivers/media/i2c/ths7303.c:86:5: warning: no previous prototype for ‘ths7303_setval’ [-Wmissing-prototypes] int ths7303_setval(struct v4l2_subdev *sd, enum ths7303_filter_mode mode) ^ Signed-off-by: Ricardo Ribalda Delgado Acked-by: Laurent Pinchart Acked-by: Lad, Prabhakar Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed