]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: verisilicon: remove hantro_run declaration
authorRouven Czerwinski <rouven.czerwinski@linaro.org>
Fri, 10 Apr 2026 06:15:42 +0000 (08:15 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Mon, 4 May 2026 07:31:04 +0000 (09:31 +0200)
The function hantro_run() is declared but never defined nor used, remove
the dangling declaration.

Signed-off-by: Rouven Czerwinski <rouven.czerwinski@linaro.org>
Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/verisilicon/hantro_hw.h

index 5f2011529f02dc6f8260f10a579bf1cd4e6c2edf..13e573f1f19de10ef666e6d0f2df376f07167e2d 100644 (file)
@@ -427,7 +427,6 @@ extern const struct hantro_postproc_ops rockchip_vpu981_postproc_ops;
 extern const u32 hantro_vp8_dec_mc_filter[8][6];
 
 void hantro_watchdog(struct work_struct *work);
-void hantro_run(struct hantro_ctx *ctx);
 void hantro_irq_done(struct hantro_dev *vpu,
                     enum vb2_buffer_state result);
 void hantro_start_prepare_run(struct hantro_ctx *ctx);