diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-31 21:11:34 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 13:00:49 +0300 |
commit | 286fe1ca3fa1b6fcc7ce8695b7c8d681e6e1c3b7 (patch) | |
tree | 296a6151db67265939e87ec1b408e370eea5bc15 /Documentation/media/dmx.h.rst.exceptions | |
parent | 791edca5685b26d4575e59f5420ba3e206f5cebb (diff) | |
download | linux-286fe1ca3fa1b6fcc7ce8695b7c8d681e6e1c3b7.tar.xz |
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/dmx.h.rst.exceptions')
-rw-r--r-- | Documentation/media/dmx.h.rst.exceptions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/media/dmx.h.rst.exceptions b/Documentation/media/dmx.h.rst.exceptions index 933ca5a61ce1..5572d2dc9d0e 100644 --- a/Documentation/media/dmx.h.rst.exceptions +++ b/Documentation/media/dmx.h.rst.exceptions @@ -58,7 +58,6 @@ replace define DMX_ONESHOT :c:type:`dmx_sct_filter_params` replace define DMX_IMMEDIATE_START :c:type:`dmx_sct_filter_params` # some typedefs should point to struct/enums -replace typedef dmx_caps_t :c:type:`dmx_caps` replace typedef dmx_filter_t :c:type:`dmx_filter` replace typedef dmx_pes_type_t :c:type:`dmx_pes_type` replace typedef dmx_input_t :c:type:`dmx_input` |