1
0
Fork 0

[media] vimc: sen: Declare vimc_sen_video_ops as static

Declare vimc_sen_video_ops as static, remove warning from sparse tool

Signed-off-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
hifive-unleashed-5.1
Helen Fornazier 2017-06-19 14:00:21 -03:00 committed by Mauro Carvalho Chehab
parent 6856ba7760
commit 0e8298e588
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ static int vimc_sen_s_stream(struct v4l2_subdev *sd, int enable)
return 0;
}
struct v4l2_subdev_video_ops vimc_sen_video_ops = {
static struct v4l2_subdev_video_ops vimc_sen_video_ops = {
.s_stream = vimc_sen_s_stream,
};