media: cec: remove unused waitq and phys_addrs fields
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Sat, 20 Jun 2020 10:16:40 +0000 (12:16 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 23 Jun 2020 13:11:25 +0000 (15:11 +0200)
commit8dd65ed67e1679830dc8f94169d25ec9452da99d
treeb0b50a612028d1cd8d985721d7393bbf184d52a0
parentb16c928c13d103c7c338ae9ff076345c82d819b3
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>
drivers/media/cec/core/cec-adap.c
drivers/media/cec/core/cec-core.c
include/media/cec.h