summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2020-04-24 13:52:45 +0300
committerAnup Patel <anup@brainfault.org>2020-05-01 07:06:13 +0300
commit243b0d0c0c74c7d5281b0748a779f587263f1d21 (patch)
treee731423fbb7a7ff68687a997236520f9e7f1a027
parent0a0093b0bc8671d3a00cf1bb71d56cabab9474e1 (diff)
downloadopensbi-243b0d0c0c74c7d5281b0748a779f587263f1d21.tar.xz
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>
-rw-r--r--include/sbi_utils/sys/clint.h2
1 files changed, 0 insertions, 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);