linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] make __videobuf_read_start() static
@ 2007-12-12 21:18 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-12-12 21:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-kernel, video4linux-list

__videobuf_read_start() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
bd6ebe6d1cef48341d124d47ecaab4fff96a59a8 
diff --git a/drivers/media/video/videobuf-core.c b/drivers/media/video/videobuf-core.c
index c8a5cb5..4e39a11 100644
--- a/drivers/media/video/videobuf-core.c
+++ b/drivers/media/video/videobuf-core.c
@@ -806,7 +806,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;


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-12 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-12 21:18 [2.6 patch] make __videobuf_read_start() static Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).