[PATCH v2 06/14] xtensa: relocate: Add missing headers
Peng Fan (OSS)
peng.fan at oss.nxp.com
Mon Feb 9 02:30:10 CET 2026
From: Peng Fan <peng.fan at nxp.com>
memset and size_t are used in this file, so add missing headers.
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
arch/xtensa/lib/relocate.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/xtensa/lib/relocate.c b/arch/xtensa/lib/relocate.c
index a499590c75bc5f143ef9dd008b36262b63e027de..d3d317edf88fe433908ffb2300f8f8733415d1fc 100644
--- a/arch/xtensa/lib/relocate.c
+++ b/arch/xtensa/lib/relocate.c
@@ -4,6 +4,8 @@
*/
#include <relocate.h>
+#include <linux/string.h>
+#include <linux/types.h>
#include <asm/sections.h>
#include <asm/string.h>
--
2.37.1
More information about the U-Boot
mailing list