mirror of https://gitee.com/openkylin/linux.git
[media] vsp1: declar vsp1_pipeline_stopped() as static
drivers/media/platform/vsp1/vsp1_video.c:517:6: warning: no previous prototype for 'vsp1_pipeline_stopped' [-Wmissing-prototypes] bool vsp1_pipeline_stopped(struct vsp1_pipeline *pipe) ^ Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
e36f1b19e8
commit
41bdc3cf81
|
@ -514,7 +514,7 @@ static void vsp1_pipeline_run(struct vsp1_pipeline *pipe)
|
|||
pipe->buffers_ready = 0;
|
||||
}
|
||||
|
||||
bool vsp1_pipeline_stopped(struct vsp1_pipeline *pipe)
|
||||
static bool vsp1_pipeline_stopped(struct vsp1_pipeline *pipe)
|
||||
{
|
||||
unsigned long flags;
|
||||
bool stopped;
|
||||
|
|
Loading…
Reference in New Issue