Skip to content

Commit

Permalink
media: dmx.h: get rid of unused DMX_KERNEL_CLIENT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 5, 2017
1 parent 7d661ed commit 791edca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Documentation/media/dmx.h.rst.exceptions
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
1 change: 0 additions & 1 deletion Documentation/media/uapi/dvb/dmx_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down
1 change: 0 additions & 1 deletion include/uapi/linux/dvb/dmx.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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
};


Expand Down

0 comments on commit 791edca

Please sign in to comment.