diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-01 07:41:49 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 06:06:56 -0400 |
commit | 833ff5e7feda1a042b83e82208cef3d212ca0ef1 (patch) | |
tree | 95c4a35047da2035c080b5c453b7a56238d21756 /Documentation/media/dvb-drivers | |
parent | abe8ee991c8eb7503400ff5b5aa16ee5637a01ab (diff) | |
download | linux-stable-833ff5e7feda1a042b83e82208cef3d212ca0ef1.tar.gz linux-stable-833ff5e7feda1a042b83e82208cef3d212ca0ef1.tar.bz2 linux-stable-833ff5e7feda1a042b83e82208cef3d212ca0ef1.zip |
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/dvb-drivers')
-rw-r--r-- | Documentation/media/dvb-drivers/ci.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/media/dvb-drivers/ci.rst b/Documentation/media/dvb-drivers/ci.rst index 69b07e9d1816..87f3748c49b9 100644 --- a/Documentation/media/dvb-drivers/ci.rst +++ b/Documentation/media/dvb-drivers/ci.rst @@ -143,7 +143,6 @@ All these ioctls are also valid for the High level CI interface #define CA_GET_MSG _IOR('o', 132, ca_msg_t) #define CA_SEND_MSG _IOW('o', 133, ca_msg_t) #define CA_SET_DESCR _IOW('o', 134, ca_descr_t) -#define CA_SET_PID _IOW('o', 135, ca_pid_t) On querying the device, the device yields information thus: |