]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
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 b24d69b5a20f8a10e0c8d63364d3bc92f858b7b4..045f7fd1a8b1731daea10c86ff88e5db19f4d867 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)