From: Mauro Carvalho Chehab Date: Thu, 13 Dec 2007 00:46:26 +0000 (-0300) Subject: V4L/DVB (6804): __videobuf_read_start is static X-Git-Tag: v2.6.25-rc1~1235^2~208 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=225ba900886f6d2d3447dd5bfdb95217f0619755;p=karo-tx-linux.git V4L/DVB (6804): __videobuf_read_start is static Thanks to Jean Delvare for pointing this. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/videobuf-core.c b/drivers/media/video/videobuf-core.c index 9662d1e40a0c..43fe3f78c8df 100644 --- a/drivers/media/video/videobuf-core.c +++ b/drivers/media/video/videobuf-core.c @@ -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;