V4L/DVB (3386): Dvb-core: remove dead code
The field "dvr" in struct dmxdev is competely unused. Remove it and code which allocates, initializes and frees it. Signed-off-by: Peter Beutner <p.beutner@gmx.net> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
1be11e367f
commit
3b81fec432
@@ -94,19 +94,11 @@ struct dmxdev_filter {
|
||||
};
|
||||
|
||||
|
||||
struct dmxdev_dvr {
|
||||
int state;
|
||||
struct dmxdev *dev;
|
||||
struct dmxdev_buffer buffer;
|
||||
};
|
||||
|
||||
|
||||
struct dmxdev {
|
||||
struct dvb_device *dvbdev;
|
||||
struct dvb_device *dvr_dvbdev;
|
||||
|
||||
struct dmxdev_filter *filter;
|
||||
struct dmxdev_dvr *dvr;
|
||||
struct dmx_demux *demux;
|
||||
|
||||
int filternum;
|
||||
|
Reference in New Issue
Block a user