diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-10-07 15:43:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-10-07 15:57:58 -0300 |
commit | 0693bdf75469487812da7c09949b09ad0396a737 (patch) | |
tree | 08d9498f7b979a9d8ecec28b912cb354475556b8 /drivers/media | |
parent | 2f684b239cdbfcc1160392645a8fc056a68847ca (diff) |
[media] dvb: Remove unused frontend sources at demux.h and sync doc
The DVB core has a provision for other frontend sources, but no
drivers use it. The kdapi.xml contains provision for some other
frontend source types, but it is not in sync with the code.
So, remove the unused types and sync both files.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb-core/demux.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/dvb-core/demux.h b/drivers/media/dvb-core/demux.h index 2d036b36f551..15b79bdee465 100644 --- a/drivers/media/dvb-core/demux.h +++ b/drivers/media/dvb-core/demux.h @@ -141,13 +141,6 @@ typedef int (*dmx_section_cb) ( const u8 * buffer1, enum dmx_frontend_source { DMX_MEMORY_FE, DMX_FRONTEND_0, - DMX_FRONTEND_1, - DMX_FRONTEND_2, - DMX_FRONTEND_3, - DMX_STREAM_0, /* external stream input, e.g. LVDS */ - DMX_STREAM_1, - DMX_STREAM_2, - DMX_STREAM_3 }; struct dmx_frontend { |