From patchwork Mon Feb 24 17:24:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 236764 List-Id: U-Boot discussion From: masahiroy at kernel.org (Masahiro Yamada) Date: Tue, 25 Feb 2020 02:24:17 +0900 Subject: [PATCH] asm-generic/u-boot.h: make self-contained Message-ID: <20200224172417.13684-1-masahiroy@kernel.org> This header uses 'phys_addr_t' and 'ulong'. Include the definitions. Signed-off-by: Masahiro Yamada --- include/asm-generic/u-boot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/asm-generic/u-boot.h b/include/asm-generic/u-boot.h index eee84f49bb..d0fd24446f 100644 --- a/include/asm-generic/u-boot.h +++ b/include/asm-generic/u-boot.h @@ -15,6 +15,8 @@ #ifndef __ASM_GENERIC_U_BOOT_H__ #define __ASM_GENERIC_U_BOOT_H__ +#include + /* * Board information passed to Linux kernel from U-Boot *