From 243b0d0c0c74c7d5281b0748a779f587263f1d21 Mon Sep 17 00:00:00 2001
From: Anup Patel <anup.patel@wdc.com>
Date: Fri, 24 Apr 2020 16:22:45 +0530
Subject: 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>
---
 include/sbi_utils/sys/clint.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/sbi_utils/sys/clint.h b/include/sbi_utils/sys/clint.h
index 5749d46..a26f148 100644
--- a/include/sbi_utils/sys/clint.h
+++ b/include/sbi_utils/sys/clint.h
@@ -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);
-- 
cgit v1.2.3