mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-25 20:15:08 +00:00
[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>
This commit is contained in:
parent
6856ba7760
commit
0e8298e588
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user