Commit cd3c6019 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: dvb_demux.h: get rid of DMX_FEED_ENTRY() macro

This isn't used anywere. Get rid of it.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 2c53275c
...@@ -75,8 +75,6 @@ struct dvb_demux_filter { ...@@ -75,8 +75,6 @@ struct dvb_demux_filter {
u16 hw_handle; u16 hw_handle;
}; };
#define DMX_FEED_ENTRY(pos) list_entry(pos, struct dvb_demux_feed, list_head)
struct dvb_demux_feed { struct dvb_demux_feed {
union { union {
struct dmx_ts_feed ts; struct dmx_ts_feed ts;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment