summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/dvb/dmx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2017-08-31 18:52:45 +0200
committerMauro Carvalho Chehab2017-09-05 12:00:18 +0200
commit791edca5685b26d4575e59f5420ba3e206f5cebb (patch)
tree53ca16486c39b57c5a0301697776e1e84d3ea452 /include/uapi/linux/dvb/dmx.h
parentmedia: fe_property_parameters.rst: better document bandwidth (diff)
downloadkernel-qcow2-linux-791edca5685b26d4575e59f5420ba3e206f5cebb.tar.gz
kernel-qcow2-linux-791edca5685b26d4575e59f5420ba3e206f5cebb.tar.xz
kernel-qcow2-linux-791edca5685b26d4575e59f5420ba3e206f5cebb.zip
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 'include/uapi/linux/dvb/dmx.h')
-rw-r--r--include/uapi/linux/dvb/dmx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/dvb/dmx.h b/include/uapi/linux/dvb/dmx.h
index 1bc4d6fb0f01..1702f923d425 100644
--- a/include/uapi/linux/dvb/dmx.h
+++ b/include/uapi/linux/dvb/dmx.h
@@ -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
};