[media] s5p-g2d: Add missing static storage class in g2d.c file
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 10 May 2012 06:35:48 +0000 (03:35 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 20 May 2012 12:03:52 +0000 (09:03 -0300)
commitec76afe8970b5110fd6ef1797606f089aec2f134
tree6802ed17e373812e748d2e5cea83e77f13a32dc6
parent2356877cb12969cac1572f195d541a2b49d7d78e
[media] s5p-g2d: Add missing static storage class in g2d.c file

Fixes the following sparse warnings:
drivers/media/video/s5p-g2d/g2d.c:68:18: warning: symbol 'def_frame' was not declared. Should it be static?
drivers/media/video/s5p-g2d/g2d.c:80:16: warning: symbol 'find_fmt' was not declared. Should it be static?
drivers/media/video/s5p-g2d/g2d.c:205:5: warning: symbol 'g2d_setup_ctrls' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/s5p-g2d/g2d.c