projects
/
platform
/
kernel
/
opensbi-spacemit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a0093b
)
lib: utils: Remove redundant clint_ipi_sync() declaration
author
Anup Patel
<anup.patel@wdc.com>
Fri, 24 Apr 2020 10:52:45 +0000
(16:22 +0530)
committer
Anup Patel
<anup@brainfault.org>
Fri, 1 May 2020 04:06:13 +0000
(09:36 +0530)
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
patch
|
blob
|
history
diff --git
a/include/sbi_utils/sys/clint.h
b/include/sbi_utils/sys/clint.h
index
5749d46
..
a26f148
100644
(file)
--- 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);