diff options
author | Atish Patra <atish.patra@wdc.com> | 2019-06-18 14:54:04 -0700 |
---|---|---|
committer | Anup Patel <anup.patel@wdc.com> | 2019-06-19 09:48:59 +0530 |
commit | 200ed7c1bdb4d39caf9d0126e3741e72982852b0 (patch) | |
tree | 11bff85604758f4af128920635091c42d84f1dfb /lib/sbi/sbi_ipi.c | |
parent | 793e5e1184f04012804914bd922e68536f3b68dd (diff) |
lib: Rename string.x to sbi_string.x
All string functions are part of libsbi. It makes more sense
to rename them to sbi_string.x as the libsbi can be linked
with external libraries that can have similar implementation.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Acked-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'lib/sbi/sbi_ipi.c')
-rw-r--r-- | lib/sbi/sbi_ipi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sbi/sbi_ipi.c b/lib/sbi/sbi_ipi.c index 19da029..b1077b5 100644 --- a/lib/sbi/sbi_ipi.c +++ b/lib/sbi/sbi_ipi.c @@ -19,7 +19,6 @@ #include <sbi/sbi_platform.h> #include <sbi/sbi_timer.h> #include <sbi/sbi_tlb.h> -#include <sbi/string.h> static unsigned long ipi_data_off; |