lib: utils: Remove redundant clint_ipi_sync() declaration
authorAnup Patel <anup.patel@wdc.com>
Fri, 24 Apr 2020 10:52:45 +0000 (16:22 +0530)
committerAnup Patel <anup@brainfault.org>
Fri, 1 May 2020 04:06:13 +0000 (09:36 +0530)
The clint_ipi_sync() was removed long time back hence we remove
redundant declaration from clint.h

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
include/sbi_utils/sys/clint.h

index 5749d46..a26f148 100644 (file)
@@ -14,8 +14,6 @@
 
 void clint_ipi_send(u32 target_hart);
 
-void clint_ipi_sync(u32 target_hart);
-
 void clint_ipi_clear(u32 target_hart);
 
 int clint_warm_ipi_init(void);