Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68d84ae0 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 999f3d25
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -73,7 +73,6 @@ struct dvb_demux_filter {
	enum dvb_dmx_filter_type type;
	enum dvb_dmx_filter_type type;


	u16 hw_handle;
	u16 hw_handle;
	struct timer_list timer;
};
};


#define DMX_FEED_ENTRY(pos) list_entry(pos, struct dvb_demux_feed, list_head)
#define DMX_FEED_ENTRY(pos) list_entry(pos, struct dvb_demux_feed, list_head)