提交 e080f5c1 编写于 作者: K Kwanghoon Son 提交者: Mauro Carvalho Chehab

media: exynos4-is: Fix compile warning

Declare static on function 'fimc_isp_video_device_unregister'.

When VIDEO_EXYNOS4_ISP_DMA_CAPTURE=n, compiler warns about
warning: no previous prototype for function [-Wmissing-prototypes]
Reported-by: Nkernel test robot <lkp@intel.com>
Signed-off-by: NKwanghoon Son <k.son@samsung.com>
Signed-off-by: NSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@kernel.org>
上级 a76c86f4
...@@ -32,7 +32,7 @@ static inline int fimc_isp_video_device_register(struct fimc_isp *isp, ...@@ -32,7 +32,7 @@ static inline int fimc_isp_video_device_register(struct fimc_isp *isp,
return 0; return 0;
} }
void fimc_isp_video_device_unregister(struct fimc_isp *isp, static inline void fimc_isp_video_device_unregister(struct fimc_isp *isp,
enum v4l2_buf_type type) enum v4l2_buf_type type)
{ {
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册