提交 57fcfb6f 编写于 作者: S Sachin Kamat 提交者: Mauro Carvalho Chehab

[media] s5p-fimc: Make 'fimc_pipeline_s_stream' function static

Fixes the following sparse warning:
drivers/media/platform/s5p-fimc/fimc-mdevice.c:216:5: warning:
symbol 'fimc_pipeline_s_stream' was not declared. Should it be static?
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 bbbfcb4e
......@@ -213,7 +213,7 @@ static int fimc_pipeline_close(struct fimc_pipeline *p)
* @pipeline: video pipeline structure
* @on: passed as the s_stream call argument
*/
int fimc_pipeline_s_stream(struct fimc_pipeline *p, bool on)
static int fimc_pipeline_s_stream(struct fimc_pipeline *p, bool on)
{
int i, ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册