* [PATCH] media: verisilicon: remove hantro_run declaration
@ 2026-04-10 6:15 Rouven Czerwinski via B4 Relay
2026-04-29 19:01 ` Nicolas Dufresne
0 siblings, 1 reply; 2+ messages in thread
From: Rouven Czerwinski via B4 Relay @ 2026-04-10 6:15 UTC (permalink / raw)
To: Nicolas Dufresne, Benjamin Gaignard, Philipp Zabel,
Mauro Carvalho Chehab
Cc: linux-media, linux-rockchip, linux-kernel, Rouven Czerwinski
From: Rouven Czerwinski <rouven.czerwinski@linaro.org>
The function hantro_run() is declared but never defined nor used, remove
the dangling declaration.
Signed-off-by: Rouven Czerwinski <rouven.czerwinski@linaro.org>
---
drivers/media/platform/verisilicon/hantro_hw.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/platform/verisilicon/hantro_hw.h b/drivers/media/platform/verisilicon/hantro_hw.h
index 5f2011529f02..13e573f1f19d 100644
--- a/drivers/media/platform/verisilicon/hantro_hw.h
+++ b/drivers/media/platform/verisilicon/hantro_hw.h
@@ -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);
---
base-commit: 591cd656a1bf5ea94a222af5ef2ee76df029c1d2
change-id: 20260409-hantro-dangling-declaration-a337df1daf42
Best regards,
--
Rouven Czerwinski <rouven.czerwinski@linaro.org>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] media: verisilicon: remove hantro_run declaration
2026-04-10 6:15 [PATCH] media: verisilicon: remove hantro_run declaration Rouven Czerwinski via B4 Relay
@ 2026-04-29 19:01 ` Nicolas Dufresne
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Dufresne @ 2026-04-29 19:01 UTC (permalink / raw)
To: rouven.czerwinski, Benjamin Gaignard, Philipp Zabel,
Mauro Carvalho Chehab
Cc: linux-media, linux-rockchip, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]
Le vendredi 10 avril 2026 à 08:15 +0200, Rouven Czerwinski via B4 Relay a
écrit :
> From: Rouven Czerwinski <rouven.czerwinski@linaro.org>
>
> 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>
> ---
> drivers/media/platform/verisilicon/hantro_hw.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/media/platform/verisilicon/hantro_hw.h
> b/drivers/media/platform/verisilicon/hantro_hw.h
> index 5f2011529f02..13e573f1f19d 100644
> --- a/drivers/media/platform/verisilicon/hantro_hw.h
> +++ b/drivers/media/platform/verisilicon/hantro_hw.h
> @@ -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);
>
> ---
> base-commit: 591cd656a1bf5ea94a222af5ef2ee76df029c1d2
> change-id: 20260409-hantro-dangling-declaration-a337df1daf42
>
> Best regards,
> --
> Rouven Czerwinski <rouven.czerwinski@linaro.org>
>
>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-29 19:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10 6:15 [PATCH] media: verisilicon: remove hantro_run declaration Rouven Czerwinski via B4 Relay
2026-04-29 19:01 ` Nicolas Dufresne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox