media: dvb_demux.h: get rid of unused timer at struct dvb_demux_filter
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 19 Sep 2017 22:08:45 +0000 (18:08 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 11 Oct 2017 17:09:14 +0000 (13:09 -0400)
This field is not used. So, get rid of it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dvb_demux.h

index b24d69b..045f7fd 100644 (file)
@@ -73,7 +73,6 @@ struct dvb_demux_filter {
        enum dvb_dmx_filter_type type;
 
        u16 hw_handle;
-       struct timer_list timer;
 };
 
 #define DMX_FEED_ENTRY(pos) list_entry(pos, struct dvb_demux_feed, list_head)