提交 225ba900 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB (6804): __videobuf_read_start is static

Thanks to Jean Delvare <khali@linux-fr.org> for pointing this.
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 e435f95c
......@@ -812,7 +812,7 @@ ssize_t videobuf_read_one(struct videobuf_queue *q,
}
/* Locking: Caller holds q->lock */
int __videobuf_read_start(struct videobuf_queue *q)
static int __videobuf_read_start(struct videobuf_queue *q)
{
enum v4l2_field field;
unsigned long flags = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册