]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] s5p-mfc: Add missing static storage class to silence warnings
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 10 May 2012 06:32:01 +0000 (03:32 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 20 May 2012 12:03:18 +0000 (09:03 -0300)
commita13bba4f35eee67552b0fcfb0790d9a0f5f5fd07
tree6ef9e881170ba685525b2acf807b7d41a573fb2d
parent1259762facdcf31ea362997d9682ccc3d93d7346
[media] s5p-mfc: Add missing static storage class to silence warnings

Fixes the following sparse warnings:

drivers/media/video/s5p-mfc/s5p_mfc.c:73:6
warning: symbol 's5p_mfc_watchdog' was not declared. Should it be static?
drivers/media/video/s5p-mfc/s5p_mfc_opr.c:299:6:
warning: symbol 's5p_mfc_set_shared_buffer' 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-mfc/s5p_mfc.c
drivers/media/video/s5p-mfc/s5p_mfc_opr.c