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 --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 47076869c13..b07b8fc6da9 100644 --- a/include/common.h +++ b/include/common.h @@ -445,7 +445,7 @@ static inline int setenv_addr(const char *varname, const void *addr) # include #endif /* CONFIG_MIPS */ #ifdef CONFIG_ARC -# include +# include #endif /* CONFIG_ARC */ #ifdef CONFIG_AUTO_COMPLETE -- cgit v1.2.3