mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-25 10:59:05 +00:00
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>
This commit is contained in:
parent
bbd770aee0
commit
9b62ccdbc7
@ -2660,7 +2660,7 @@ static int vfe_get_selection(struct v4l2_subdev *sd,
|
||||
*
|
||||
* Return -EINVAL or zero on success
|
||||
*/
|
||||
int vfe_set_selection(struct v4l2_subdev *sd,
|
||||
static int vfe_set_selection(struct v4l2_subdev *sd,
|
||||
struct v4l2_subdev_pad_config *cfg,
|
||||
struct v4l2_subdev_selection *sel)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user