]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/cx18/cx18-queue.h
V4L/DVB (9721): cx18: Change to singlethreaded global work queue thread for deferable...
[linux-2.6-omap-h63xx.git] / drivers / media / video / cx18 / cx18-queue.h
index 7f93bb13c09f6b53de8848451475e00c5ea6b8c1..92edb5e3a627c79fb4aece80cbebce319afe47ee 100644 (file)
@@ -46,7 +46,7 @@ void cx18_queue_init(struct cx18_queue *q);
 void cx18_enqueue(struct cx18_stream *s, struct cx18_buffer *buf,
        struct cx18_queue *q);
 struct cx18_buffer *cx18_dequeue(struct cx18_stream *s, struct cx18_queue *q);
-struct cx18_buffer *cx18_queue_get_buf_irq(struct cx18_stream *s, u32 id,
+struct cx18_buffer *cx18_queue_get_buf(struct cx18_stream *s, u32 id,
        u32 bytesused);
 void cx18_flush_queues(struct cx18_stream *s);