media: qcom: camss: Make function vfe_set_selection static
authorColin Ian King <colin.king@canonical.com>
Tue, 29 Aug 2017 10:21:10 +0000 (06:21 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 23 Sep 2017 11:23:49 +0000 (07:23 -0400)
commit9b62ccdbc797ae42342bd6ca15719362d2543d24
tree78565122f6fd586bbeacb3b939f7f3895c6c64b2
parentbbd770aee018c8f46d8f43263928440d5ac04b36
media: qcom: camss: Make function vfe_set_selection static

The function vfe_set_selection is local to the source and does
not need to be in global scope, so make it static.

Cleans up sparse warning:
warning: symbol 'vfe_set_selection' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Todor Tomov <todor.tomov@linaro.org>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/qcom/camss-8x16/camss-vfe.c