From 1e8ce11a0b94bb2fcf55590eeffa9c85886b89bc Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Dec 2023 13:16:57 -0500 Subject: include: Further cleanup includes Add some missing headers such as or or to header files that make direct usage of things provided by these headers. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- include/mapmem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mapmem.h') diff --git a/include/mapmem.h b/include/mapmem.h index 2134c8004d9..bb68b4c11af 100644 --- a/include/mapmem.h +++ b/include/mapmem.h @@ -13,6 +13,8 @@ # ifdef CONFIG_ARCH_MAP_SYSMEM #include # else +#include + static inline void *map_sysmem(phys_addr_t paddr, unsigned long len) { return (void *)(uintptr_t)paddr; -- cgit v1.2.3