Re: [PATCH][media-next] media: qcom: camss: Make function vfe_set_selection static

2017-08-29 Thread Todor Tomov
On 29.08.2017 13:21, Colin King wrote: > From: Colin Ian King > > 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.

[PATCH][media-next] media: qcom: camss: Make function vfe_set_selection static

2017-08-29 Thread Colin King
From: Colin Ian King 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