V4L/DVB (9800): cx18: Eliminate q_io from stream buffer handling
[safe/jmp/linux-2.6] / drivers / media / video / cx18 / cx18-streams.c
index e218e4d..a1cf434 100644 (file)
@@ -4,6 +4,7 @@
  *  Derived from ivtv-streams.c
  *
  *  Copyright (C) 2007  Hans Verkuil <hverkuil@xs4all.nl>
+ *  Copyright (C) 2008  Andy Walls <awalls@radix.net>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -137,7 +138,6 @@ static void cx18_stream_init(struct cx18 *cx, int type)
        s->id = -1;
        cx18_queue_init(&s->q_free);
        cx18_queue_init(&s->q_full);
-       cx18_queue_init(&s->q_io);
 }
 
 static int cx18_prep_dev(struct cx18 *cx, int type)