mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[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…
x
Reference in New Issue
Block a user