diff mbox series

[v2,4/4] platform: andes/ae350: Drop plicsw_ipi_sync()

Message ID 20210604153545.18949-4-bmeng.cn@gmail.com
State Accepted
Headers show
Series [v2,1/4] platform: andes/ae350: Cosmetic fixes in plicsw.c | expand

Commit Message

Bin Meng June 4, 2021, 3:35 p.m. UTC
plicsw_ipi_sync() is a forward declaration but without the actual
implementation. Drop it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

---

Changes in v2:
- new patch: Drop plicsw_ipi_sync()

 platform/andes/ae350/plicsw.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Anup Patel June 11, 2021, 5:54 a.m. UTC | #1
> -----Original Message-----
> From: Bin Meng <bmeng.cn@gmail.com>
> Sent: 04 June 2021 21:06
> To: Anup Patel <Anup.Patel@wdc.com>; opensbi@lists.infradead.org
> Cc: Bin Meng <bmeng.cn@gmail.com>
> Subject: [PATCH v2 4/4] platform: andes/ae350: Drop plicsw_ipi_sync()
> 
> plicsw_ipi_sync() is a forward declaration but without the actual
> implementation. Drop it.
> 
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> 

Looks good to me.

Reviewed-by: Anup Patel <anup.patel@wdc.com>

Applied this patch to the riscv/opensbi repo

Thanks,
Anup

> ---
> 
> Changes in v2:
> - new patch: Drop plicsw_ipi_sync()
> 
>  platform/andes/ae350/plicsw.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/platform/andes/ae350/plicsw.h b/platform/andes/ae350/plicsw.h
> index 8be6194..58728f6 100644
> --- a/platform/andes/ae350/plicsw.h
> +++ b/platform/andes/ae350/plicsw.h
> @@ -35,8 +35,6 @@ struct plicsw {
> 
>  void plicsw_ipi_send(u32 target_hart);
> 
> -void plicsw_ipi_sync(u32 target_hart);
> -
>  void plicsw_ipi_clear(u32 target_hart);
> 
>  int plicsw_warm_ipi_init(void);
> --
> 2.25.1
diff mbox series

Patch

diff --git a/platform/andes/ae350/plicsw.h b/platform/andes/ae350/plicsw.h
index 8be6194..58728f6 100644
--- a/platform/andes/ae350/plicsw.h
+++ b/platform/andes/ae350/plicsw.h
@@ -35,8 +35,6 @@  struct plicsw {
 
 void plicsw_ipi_send(u32 target_hart);
 
-void plicsw_ipi_sync(u32 target_hart);
-
 void plicsw_ipi_clear(u32 target_hart);
 
 int plicsw_warm_ipi_init(void);