aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-19 18:59:45 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-10-11 13:11:49 -0400
commitcd3c6019497c028b23b8b543f73af76ddc1b57c9 (patch)
treec609288487d6cd394c4679b4be5c43420e0c467e /drivers/media/dvb-core
parentmedia: dvb_demux: dvb_demux_feed.pusi_seen is boolean (diff)
downloadlinux-dev-cd3c6019497c028b23b8b543f73af76ddc1b57c9.tar.xz
linux-dev-cd3c6019497c028b23b8b543f73af76ddc1b57c9.zip
media: dvb_demux.h: get rid of DMX_FEED_ENTRY() macro
This isn't used anywere. 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb-core/dvb_demux.h b/drivers/media/dvb-core/dvb_demux.h
index 9db3c2b7c64e..d9b30d669bf3 100644
--- a/drivers/media/dvb-core/dvb_demux.h
+++ b/drivers/media/dvb-core/dvb_demux.h
@@ -75,8 +75,6 @@ struct dvb_demux_filter {
u16 hw_handle;
};
-#define DMX_FEED_ENTRY(pos) list_entry(pos, struct dvb_demux_feed, list_head)
-
struct dvb_demux_feed {
union {
struct dmx_ts_feed ts;