summaryrefslogtreecommitdiff
path: root/Documentation/media/uapi/dvb/ca_data_types.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-01 07:41:49 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-05 06:06:56 -0400
commit833ff5e7feda1a042b83e82208cef3d212ca0ef1 (patch)
tree95c4a35047da2035c080b5c453b7a56238d21756 /Documentation/media/uapi/dvb/ca_data_types.rst
parentabe8ee991c8eb7503400ff5b5aa16ee5637a01ab (diff)
media: ca.h: get rid of CA_SET_PID
This ioctl seems to be some attempt to support a feature at the bt8xx dst_ca driver. Yet, as said there, it "needs more work". Right now, the code there is just a boilerplate. At the end of the day, no driver uses this ioctl, nor it is documented anywhere (except for "needs more work"). So, get rid of it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/dvb/ca_data_types.rst')
-rw-r--r--Documentation/media/uapi/dvb/ca_data_types.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/Documentation/media/uapi/dvb/ca_data_types.rst b/Documentation/media/uapi/dvb/ca_data_types.rst
index d9e27c77426c..555b5137936b 100644
--- a/Documentation/media/uapi/dvb/ca_data_types.rst
+++ b/Documentation/media/uapi/dvb/ca_data_types.rst
@@ -94,17 +94,3 @@ ca_descr_t
unsigned int parity;
unsigned char cw[8];
} ca_descr_t;
-
-
-.. c:type:: ca_pid
-
-ca-pid
-======
-
-
-.. code-block:: c
-
- typedef struct ca_pid {
- unsigned int pid;
- int index; /* -1 == disable*/
- } ca_pid_t;