]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: venus: Remove unused hfi_core_ping()
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 16 Dec 2024 22:06:28 +0000 (22:06 +0000)
committerHans Verkuil <hverkuil@xs4all.nl>
Mon, 6 Jan 2025 13:45:29 +0000 (14:45 +0100)
commit210afa1598de32070faac2c7a33db6006c8408be
tree01ae51e825d2bded0b9914c2d229f0b38951eb9d
parent459997e8990d9cdf7fb126057c31ec0ca8ff66ca
media: venus: Remove unused hfi_core_ping()

hfi_core_ping() was added by 2017's
commit 09c2845e8fe4 ("[media] media: venus: hfi: add Host Firmware
Interface (HFI)")

but has remained unused.

Remove it.

It was the only caller of the ->core_ping member of hfi_ops,
so remove it, and the venus_core_ping that it pointed to.

Note I've left pky_sys_ping which seems to be the lowest level
definition of the command.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Stanimir Varbanov <stanimir.k.varbanov@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/qcom/venus/hfi.c
drivers/media/platform/qcom/venus/hfi.h
drivers/media/platform/qcom/venus/hfi_venus.c