diff options
| author | Anup Patel <[email protected]> | 2020-04-24 16:22:45 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-05-01 09:36:13 +0530 |
| commit | 243b0d0c0c74c7d5281b0748a779f587263f1d21 (patch) | |
| tree | e731423fbb7a7ff68687a997236520f9e7f1a027 /include | |
| 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 <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Reviewed-by: Atish Patra <[email protected]>
Diffstat (limited to 'include')
| -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 5749d462..a26f1481 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); |
