]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
media: dvb_demux.h: get rid of DMX_FEED_ENTRY() macro
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 19 Sep 2017 22:59:45 +0000 (18:59 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 11 Oct 2017 17:11:49 +0000 (13:11 -0400)
This isn't used anywere. Get rid of it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dvb_demux.h

index 9db3c2b7c64e527e225997fe05ff4560ddc5e592..d9b30d669bf356adacd68508a54e39a3d476422b 100644 (file)
@@ -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;