From: Sachin Kamat Date: Wed, 26 Sep 2012 07:18:04 +0000 (-0300) Subject: [media] exynos-gsc: Add missing static storage class specifiers X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~3^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2331c991354a50bf65d114b2e88d77980223035;p=pandora-kernel.git [media] exynos-gsc: Add missing static storage class specifiers Fixes the following warnings: drivers/media/platform/exynos-gsc/gsc-core.c:313:5: warning: symbol 'get_plane_info' was not declared. Should it be static? drivers/media/platform/exynos-gsc/gsc-core.c:746:28: warning: symbol 'gsc_ctrl_ops' was not declared. Should it be static? drivers/media/platform/exynos-gsc/gsc-m2m.c:102:5: warning: symbol 'gsc_fill_addr' was not declared. Should it be static? drivers/media/platform/exynos-gsc/gsc-m2m.c:252:16: warning: symbol 'gsc_m2m_qops' was not declared. Should it be static? Signed-off-by: Sachin Kamat Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed