[PATCH] dvb: core: dvb_demux: remove more unused cruft

Removed more unused variables and constants.

Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Andreas Oberritter
2005-09-09 13:02:24 -07:00
committed by Linus Torvalds
parent 218721b8ef
commit 5d2cd1631e
5 changed files with 6 additions and 34 deletions

View File

@ -54,12 +54,9 @@ struct dvb_demux_filter {
int index;
int state;
int type;
int pesto;
u16 handle;
u16 hw_handle;
struct timer_list timer;
int ts_state;
};
@ -83,11 +80,9 @@ struct dvb_demux_feed {
u16 pid;
u8 *buffer;
int buffer_size;
int descramble;
struct timespec timeout;
struct dvb_demux_filter *filter;
int cb_length;
int ts_type;
enum dmx_ts_pes pes_type;
@ -98,7 +93,7 @@ struct dvb_demux_feed {
u16 peslen;
struct list_head list_head;
int index; /* a unique index for each feed (can be used as hardware pid filter index) */
unsigned int index; /* a unique index for each feed (can be used as hardware pid filter index) */
};
struct dvb_demux {