summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/dvb/dmx_types.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-08-31 14:11:34 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-05 06:00:49 -0400
commit286fe1ca3fa1b6fcc7ce8695b7c8d681e6e1c3b7 (patch)
tree296a6151db67265939e87ec1b408e370eea5bc15 /Documentation/media/uapi/dvb/dmx_types.rst
parent791edca5685b26d4575e59f5420ba3e206f5cebb (diff)
media: dmx.h: get rid of DMX_GET_CAPS
There's no driver currently using it; it is also not documented about what it would be supposed to do. So, 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.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/media/uapi/dvb/dmx_types.rst b/Documentation/media/uapi/dvb/dmx_types.rst
index 0f0113205c94..9e907b85cf16 100644
--- a/Documentation/media/uapi/dvb/dmx_types.rst
+++ b/Documentation/media/uapi/dvb/dmx_types.rst
@@ -199,18 +199,6 @@ struct dmx_stc
};
-struct dmx_caps
-===============
-
-.. c:type:: dmx_caps
-
-.. code-block:: c
-
- typedef struct dmx_caps {
- __u32 caps;
- int num_decoders;
- } dmx_caps_t;
-
enum dmx_source
===============