[PATCH v1 1/1] lib: utils: Include sbi_strings.h directly
Daniel Schaefer
git at danielschaefer.me
Wed May 12 12:12:47 BST 2021
From: Daniel Schaefer <daniel.schaefer at hpe.com>
This file uses `sbi_strncpy`, `sbi_strncmp` and `sbi_memset`, which are
defined in `sbi_strings.h`.
It should already be transitively included via `#include
<sbi/sbi_scratch.h>` but my toolchain doesn't do that for some reason.
Perhaps because the functions that refer to them are `static`?
Anyways, it would be good to directly reference the header here.
Cc: Abner Chang <abner.chang at hpe.com>
Cc: Anup Patel <anup.patel at wdc.com>
Signed-off-by: Daniel Schaefer <git at danielschaefer.me>
---
lib/utils/fdt/fdt_domain.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/utils/fdt/fdt_domain.c b/lib/utils/fdt/fdt_domain.c
index 95c195d65238..b2b5f6196a1a 100644
--- a/lib/utils/fdt/fdt_domain.c
+++ b/lib/utils/fdt/fdt_domain.c
@@ -13,6 +13,7 @@
#include <sbi/sbi_error.h>
#include <sbi/sbi_hartmask.h>
#include <sbi/sbi_scratch.h>
+#include <sbi/sbi_string.h>
#include <sbi_utils/fdt/fdt_domain.h>
#include <sbi_utils/fdt/fdt_helper.h>
--
2.30.1
More information about the opensbi
mailing list