diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-04-24 16:22:45 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-05-01 09:36:13 +0530 |
commit | 243b0d0c0c74c7d5281b0748a779f587263f1d21 (patch) | |
tree | e731423fbb7a7ff68687a997236520f9e7f1a027 | |
parent | 0a0093b0bc8671d3a00cf1bb71d56cabab9474e1 (diff) |
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.h | 2 |
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); |