summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-06-04 18:35:45 +0300
committerAnup Patel <anup@brainfault.org>2021-06-11 08:51:14 +0300
commit434198e3be65732d2a326b369377d4db732c1af8 (patch)
tree109dab3383efa09a340b9817710773ea5f6abdcf
parentde446ccf180575db3fe85d4bca468848faee359f (diff)
downloadopensbi-434198e3be65732d2a326b369377d4db732c1af8.tar.xz
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> Reviewed-by: Anup Patel <anup.patel@wdc.com>
-rw-r--r--platform/andes/ae350/plicsw.h2
1 files changed, 0 insertions, 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);