mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
media: rockchip: vicap: make rkcif_vb_done_oneframe() static
Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: I98511206f1aae711512240a89c97c48fa26e2e5f
This commit is contained in:
@@ -6494,7 +6494,7 @@ static const struct v4l2_ioctl_ops rkcif_v4l2_ioctl_ops = {
|
||||
.vidioc_default = rkcif_ioctl_default,
|
||||
};
|
||||
|
||||
void rkcif_vb_done_oneframe(struct rkcif_stream *stream,
|
||||
static void rkcif_vb_done_oneframe(struct rkcif_stream *stream,
|
||||
struct vb2_v4l2_buffer *vb_done)
|
||||
{
|
||||
const struct cif_output_fmt *fmt = stream->cif_fmt_out;
|
||||
|
||||
Reference in New Issue
Block a user