]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
xtensa: relocate: Add missing headers
authorPeng Fan <peng.fan@nxp.com>
Mon, 9 Feb 2026 01:30:10 +0000 (09:30 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 17 Feb 2026 19:50:22 +0000 (13:50 -0600)
memset and size_t are used in this file, so add missing headers.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/xtensa/lib/relocate.c

index a499590c75bc5f143ef9dd008b36262b63e027de..d3d317edf88fe433908ffb2300f8f8733415d1fc 100644 (file)
@@ -4,6 +4,8 @@
  */
 
 #include <relocate.h>
+#include <linux/string.h>
+#include <linux/types.h>
 #include <asm/sections.h>
 #include <asm/string.h>