Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Helen Fornazier and committed by
Mauro Carvalho Chehab
0e8298e5 6856ba77

+1 -1
+1 -1
drivers/media/platform/vimc/vimc-sensor.c
··· 282 282 return 0; 283 283 } 284 284 285 - struct v4l2_subdev_video_ops vimc_sen_video_ops = { 285 + static struct v4l2_subdev_video_ops vimc_sen_video_ops = { 286 286 .s_stream = vimc_sen_s_stream, 287 287 }; 288 288