mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
V4L/DVB (6804): __videobuf_read_start is static
Thanks to Jean Delvare <khali@linux-fr.org> for pointing this. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
e435f95ce6
commit
225ba90088
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user