aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-19 18:08:45 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-10-11 13:09:14 -0400
commit68d84ae02ff8f2b9c36799058c3ce2a7db7fca67 (patch)
treedf8217228bbb23c25267c7a8a50876ddbe343b59 /drivers/media/dvb-core
parentmedia: dvb_demux.h: add an enum for DMX_STATE_* and document (diff)
downloadlinux-dev-68d84ae02ff8f2b9c36799058c3ce2a7db7fca67.tar.xz
linux-dev-68d84ae02ff8f2b9c36799058c3ce2a7db7fca67.zip
media: dvb_demux.h: get rid of unused timer at struct dvb_demux_filter
This field is not used. So, get rid of it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-core')
-rw-r--r--drivers/media/dvb-core/dvb_demux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-core/dvb_demux.h b/drivers/media/dvb-core/dvb_demux.h
index b24d69b5a20f..045f7fd1a8b1 100644
--- a/drivers/media/dvb-core/dvb_demux.h
+++ b/drivers/media/dvb-core/dvb_demux.h
@@ -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)