提交 0dc6eb9f 编写于 作者: M Mauro Carvalho Chehab

[media] pwc-if: get rid of warning: no previous prototype

drivers/media/usb/pwc/pwc-if.c:158:23: warning: no previous prototype for 'pwc_get_next_fill_buf' [-Wmissing-prototypes]
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 f4a51222
...@@ -155,7 +155,7 @@ static struct video_device pwc_template = { ...@@ -155,7 +155,7 @@ static struct video_device pwc_template = {
/***************************************************************************/ /***************************************************************************/
/* Private functions */ /* Private functions */
struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev)
{ {
unsigned long flags = 0; unsigned long flags = 0;
struct pwc_frame_buf *buf = NULL; struct pwc_frame_buf *buf = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册