OSDN Git Service

media: cx25821: drop duplicated i2c_slave_did_ack()
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Nov 2021 08:24:03 +0000 (08:24 +0000)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Nov 2021 08:24:03 +0000 (08:24 +0000)
commit140dfc36fbd3b759a47e972774b362894f43911f
tree601d2e71a3df1a5c8902f7de4fc551da06a0c7ea
parent0d2517b3765aa331aee0a95f9b8072062d6bb7e5
media: cx25821: drop duplicated i2c_slave_did_ack()

This function is defined twice, one at cx25821-i2c and the other
inside cx25821-core. It turns that only the first
is actually used inside the code.

This causes a clang warning.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/pci/cx25821/cx25821-core.c