mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
media: sun6i-isp: proc: Declare subdev ops as static
The static keyword is missing in the v4l2 subdev ops definition for the
proc.
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Fixes: e3185e1d7c ("media: staging: media: Add support for the Allwinner A31 ISP")
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
f72af77094
commit
44723b8c46
|
|
@ -342,7 +342,7 @@ static const struct v4l2_subdev_pad_ops sun6i_isp_proc_pad_ops = {
|
|||
.set_fmt = sun6i_isp_proc_set_fmt,
|
||||
};
|
||||
|
||||
const struct v4l2_subdev_ops sun6i_isp_proc_subdev_ops = {
|
||||
static const struct v4l2_subdev_ops sun6i_isp_proc_subdev_ops = {
|
||||
.video = &sun6i_isp_proc_video_ops,
|
||||
.pad = &sun6i_isp_proc_pad_ops,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user