xtensa: relocate: Add missing headers

memset and size_t are used in this file, so add missing headers.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Peng Fan
2026-02-09 09:30:10 +08:00
committed by Tom Rini
parent 68ab09e3a2
commit afbeb3a092

View File

@@ -4,6 +4,8 @@
*/
#include <relocate.h>
#include <linux/string.h>
#include <linux/types.h>
#include <asm/sections.h>
#include <asm/string.h>