V4L/DVB (3435): Remove 'pid' from struct dmxdev_filter

The PID value is already stored in struct dmx_sct_filter_params which is
a member of struct dmxdev_filter.
Acked-by: Johannes Stezenbach <js@linuxtv.org>

Signed-off-by: Andreas Oberritter <obi@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Andreas Oberritter
2006-03-10 15:21:28 -03:00
committed by Linus Torvalds
parent 4aca4831aa
commit 09794a6f95
2 changed files with 3 additions and 8 deletions

View File

@@ -89,8 +89,6 @@ struct dmxdev_filter {
struct timer_list timer;
int todo;
u8 secheader[3];
u16 pid;
};