summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/video-buf.c
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-11-07 14:44:59 +0000
committerGerd Knorr <devnull@localhost>2004-11-07 14:44:59 +0000
commit8ffa4c64409b1378cda7de9203be2113420224b5 (patch)
treee17d7b3b9d15948f7f91e9af997e293e66835fec /linux/drivers/media/video/video-buf.c
parent1a6399de3074ab4dc6bdad694bbd8b47d486d6b2 (diff)
downloadmediapointer-dvb-s2-8ffa4c64409b1378cda7de9203be2113420224b5.tar.gz
mediapointer-dvb-s2-8ffa4c64409b1378cda7de9203be2113420224b5.tar.bz2
- kill obsolete stuff.
Diffstat (limited to 'linux/drivers/media/video/video-buf.c')
-rw-r--r--linux/drivers/media/video/video-buf.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/linux/drivers/media/video/video-buf.c b/linux/drivers/media/video/video-buf.c
index a4f847ff7..5e1608f13 100644
--- a/linux/drivers/media/video/video-buf.c
+++ b/linux/drivers/media/video/video-buf.c
@@ -1,5 +1,5 @@
/*
- * $Id: video-buf.c,v 1.14 2004/11/07 13:17:15 kraxel Exp $
+ * $Id: video-buf.c,v 1.15 2004/11/07 14:45:00 kraxel Exp $
*
* generic helper functions for video4linux capture buffers, to handle
* memory management and PCI DMA. Right now bttv + saa7134 use it.
@@ -393,13 +393,6 @@ void videobuf_queue_init(struct videobuf_queue* q,
INIT_LIST_HEAD(&q->stream);
}
-void videobuf_queue_free(struct videobuf_queue *q)
-{
- BUG_ON(q->streaming);
- BUG_ON(q->reading);
- kfree(q);
-}
-
int
videobuf_queue_is_busy(struct videobuf_queue *q)
{