diff options
author | Mauro Carvalho Chehab | 2017-08-31 12:52:45 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab | 2017-09-05 06:00:18 -0400 |
commit | 791edca5685b26d4575e59f5420ba3e206f5cebb (patch) | |
tree | 53ca16486c39b57c5a0301697776e1e84d3ea452 /Documentation/media/uapi/dvb | |
parent | 7d661edd0daf91cceafc72dc5b4fa0b20317239d (diff) |
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/uapi/dvb')
-rw-r--r-- | Documentation/media/uapi/dvb/dmx_types.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/media/uapi/dvb/dmx_types.rst b/Documentation/media/uapi/dvb/dmx_types.rst index 80dd659860d7..0f0113205c94 100644 --- a/Documentation/media/uapi/dvb/dmx_types.rst +++ b/Documentation/media/uapi/dvb/dmx_types.rst @@ -147,7 +147,6 @@ struct dmx_sct_filter_params #define DMX_CHECK_CRC 1 #define DMX_ONESHOT 2 #define DMX_IMMEDIATE_START 4 - #define DMX_KERNEL_CLIENT 0x8000 }; |