diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-01 14:41:49 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 13:06:56 +0300 |
commit | 833ff5e7feda1a042b83e82208cef3d212ca0ef1 (patch) | |
tree | 95c4a35047da2035c080b5c453b7a56238d21756 /Documentation/media/ca.h.rst.exceptions | |
parent | abe8ee991c8eb7503400ff5b5aa16ee5637a01ab (diff) | |
download | linux-833ff5e7feda1a042b83e82208cef3d212ca0ef1.tar.xz |
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/ca.h.rst.exceptions')
-rw-r--r-- | Documentation/media/ca.h.rst.exceptions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/media/ca.h.rst.exceptions b/Documentation/media/ca.h.rst.exceptions index d7c9fed8c004..553559cc6ad7 100644 --- a/Documentation/media/ca.h.rst.exceptions +++ b/Documentation/media/ca.h.rst.exceptions @@ -16,7 +16,6 @@ replace define CA_NDS :c:type:`ca_descr_info` replace define CA_DSS :c:type:`ca_descr_info` # some typedefs should point to struct/enums -replace typedef ca_pid_t :c:type:`ca_pid` replace typedef ca_slot_info_t :c:type:`ca_slot_info` replace typedef ca_descr_info_t :c:type:`ca_descr_info` replace typedef ca_caps_t :c:type:`ca_caps` |