[media] exynos4-is: Annotate unused functions
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 2 Aug 2013 05:32:13 +0000 (02:32 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sat, 24 Aug 2013 07:52:54 +0000 (04:52 -0300)
commit3263f741e45bd6571a81528a771b863dad449af0
treefa0c78a973936979f64896cfae62e7d7f558fa32
parent044c372aeb87946c64f10fe7bbe0f8c4b3222121
[media] exynos4-is: Annotate unused functions

__is_set_init_isp_aa and fimc_is_hw_set_tune currently do not have
any callers. However these functions may be used in the future. Hence
instead of deleting them, staticize and annotate them with __maybe_unused
flag to avoid compiler warnings.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/exynos4-is/fimc-is-param.c
drivers/media/platform/exynos4-is/fimc-is-regs.c