media: dmx.h: get rid of unused DMX_KERNEL_CLIENT
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 31 Aug 2017 16:52:45 +0000 (12:52 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 5 Sep 2017 10:00:18 +0000 (06:00 -0400)
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>
Documentation/media/dmx.h.rst.exceptions
Documentation/media/uapi/dvb/dmx_types.rst
include/uapi/linux/dvb/dmx.h

index 2fdb458564baf6043dde9cac1b6206364aeac4d5..933ca5a61ce1a231af588ff114c40340f20cfa05 100644 (file)
@@ -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`
index 80dd659860d7c549d1f2a3b67034b68ed45dded0..0f0113205c942698f304da9f1a0b37feaae2f0b1 100644 (file)
@@ -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
     };
 
 
index 1bc4d6fb0f0199a2e51dbe7073d06af453582151..1702f923d4255688dcb20729ea612dc7fa1a7044 100644 (file)
@@ -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
 };