lib: utils: Remove redundant clint_ipi_sync() declaration

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>
This commit is contained in:
Anup Patel
2020-04-24 16:22:45 +05:30
committed by Anup Patel
parent 0a0093b0bc
commit 243b0d0c0c

View 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);