From d6d2d0b5e2ab167dad00345aea7b93ec74a7b3e3 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:22:47 -0600 Subject: arc: Make u-boot-arc.h a private header Rather than including this arch-specific header file in common.h, include it from within arc's u-boot.h header. Signed-off-by: Simon Glass --- arch/arc/include/asm/u-boot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arc') diff --git a/arch/arc/include/asm/u-boot.h b/arch/arc/include/asm/u-boot.h index e354edf95d..045487278e 100644 --- a/arch/arc/include/asm/u-boot.h +++ b/arch/arc/include/asm/u-boot.h @@ -8,6 +8,7 @@ #define __ASM_ARC_U_BOOT_H__ #include +#include /* For image.h:image_check_target_arch() */ #define IH_ARCH_DEFAULT IH_ARCH_ARC -- cgit