From: Sachin Kamat Date: Fri, 11 May 2012 07:38:14 +0000 (-0300) Subject: [media] s5p-mfc: Add missing static storage class in s5p_mfc_enc.c file X-Git-Tag: v3.5-rc1~104^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e9095d54c3712ffda70dc84f9273d4b5d24c0fd;p=pandora-kernel.git [media] s5p-mfc: Add missing static storage class in s5p_mfc_enc.c file Fixes the following sparse warnings: drivers/media/video/s5p-mfc/s5p_mfc_enc.c:1439:5: warning: symbol 'vidioc_s_parm' was not declared. Should it be static? drivers/media/video/s5p-mfc/s5p_mfc_enc.c:1455:5: warning: symbol 'vidioc_g_parm' was not declared. Should it be static? Signed-off-by: Sachin Kamat Acked-by: Kamil Debski Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed