summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/dvb/dmx_types.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-01 02:09:06 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-05 13:02:20 +0300
commit2889017c92ddacfbece9a288bbc716e1c5ab719b (patch)
tree978b5d350d3cf0b3443dde52ae53469df512a8ac /Documentation/media/uapi/dvb/dmx_types.rst
parent13adefbe9e566c6db91579e4ce17f1e5193d6f2c (diff)
downloadlinux-2889017c92ddacfbece9a288bbc716e1c5ab719b.tar.xz
media: dmx.h: get rid of GET_DMX_EVENT
This seems to be a pure fictional API :-) It only exists at the DVB book, with no code implemeting it. So, just get rid of it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/dvb/dmx_types.rst')
-rw-r--r--Documentation/media/uapi/dvb/dmx_types.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/Documentation/media/uapi/dvb/dmx_types.rst b/Documentation/media/uapi/dvb/dmx_types.rst
index a205c02ccdc1..171205ed86a4 100644
--- a/Documentation/media/uapi/dvb/dmx_types.rst
+++ b/Documentation/media/uapi/dvb/dmx_types.rst
@@ -166,25 +166,6 @@ struct dmx_pes_filter_params
__u32 flags;
};
-
-struct dmx_event
-================
-
-.. c:type:: dmx_event
-
-.. code-block:: c
-
- struct dmx_event
- {
- dmx_event_t event;
- time_t timeStamp;
- union
- {
- dmx_scrambling_status_t scrambling;
- } u;
- };
-
-
struct dmx_stc
==============