aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2020-06-20 12:16:40 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-06-23 15:11:25 +0200
commit8dd65ed67e1679830dc8f94169d25ec9452da99d (patch)
treeb0b50a612028d1cd8d985721d7393bbf184d52a0 /include/media
parentmedia: cec-ioc-adap-g-caps.rst: document available_log_addrs (diff)
downloadwireguard-linux-8dd65ed67e1679830dc8f94169d25ec9452da99d.tar.xz
wireguard-linux-8dd65ed67e1679830dc8f94169d25ec9452da99d.zip
media: cec: remove unused waitq and phys_addrs fields
The cec_adapter struct contained a waitq field that isn't used anywhere, so drop this. It also contained a phys_addrs array to store any reported physical addresses. However, this was never actually used, so this field is removed as well. The original idea was to let the core keep track of this information, but nothing was ever done with this. Should this be needed in the future then it is easy enough to resurrect this. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/cec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/cec.h b/include/media/cec.h
index 972bc8cd4384..1de44a4fc390 100644
--- a/include/media/cec.h
+++ b/include/media/cec.h
@@ -162,7 +162,6 @@ struct cec_adapter {
struct task_struct *kthread;
wait_queue_head_t kthread_waitq;
- wait_queue_head_t waitq;
const struct cec_adap_ops *ops;
void *priv;
@@ -197,7 +196,6 @@ struct cec_adapter {
struct dentry *status_file;
struct dentry *error_inj_file;
- u16 phys_addrs[15];
u32 sequence;
char input_phys[32];