diff options
author | Gerd Knorr <devnull@localhost> | 2004-11-07 14:44:59 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-11-07 14:44:59 +0000 |
commit | 8ffa4c64409b1378cda7de9203be2113420224b5 (patch) | |
tree | e17d7b3b9d15948f7f91e9af997e293e66835fec /linux/drivers/media/video/video-buf.c | |
parent | 1a6399de3074ab4dc6bdad694bbd8b47d486d6b2 (diff) | |
download | mediapointer-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.c | 9 |
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) { |