diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-31 19:52:45 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 13:00:18 +0300 |
commit | 791edca5685b26d4575e59f5420ba3e206f5cebb (patch) | |
tree | 53ca16486c39b57c5a0301697776e1e84d3ea452 /Documentation/media/dmx.h.rst.exceptions | |
parent | 7d661edd0daf91cceafc72dc5b4fa0b20317239d (diff) | |
download | linux-791edca5685b26d4575e59f5420ba3e206f5cebb.tar.xz |
media: dmx.h: get rid of unused DMX_KERNEL_CLIENT
There's a flag defined for Digital TV demux that is not used
anywhere, called DMX_KERNEL_CLIENT. 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 2fdb458564ba..933ca5a61ce1 100644 --- a/Documentation/media/dmx.h.rst.exceptions +++ b/Documentation/media/dmx.h.rst.exceptions @@ -56,7 +56,6 @@ replace symbol DMX_SOURCE_DVR3 :c:type:`dmx_source` replace define DMX_CHECK_CRC :c:type:`dmx_sct_filter_params` replace define DMX_ONESHOT :c:type:`dmx_sct_filter_params` replace define DMX_IMMEDIATE_START :c:type:`dmx_sct_filter_params` -replace define DMX_KERNEL_CLIENT :c:type:`dmx_sct_filter_params` # some typedefs should point to struct/enums replace typedef dmx_caps_t :c:type:`dmx_caps` |