From b885d02e2c3ebb05c723519d8f566cb409d223df Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:23:01 -0600 Subject: arm: Remove include files from common.h With a small tweak we can avoid including these files for all boards. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- include/common.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index c5cb65b..3004c22 100644 --- a/include/common.h +++ b/include/common.h @@ -425,12 +425,6 @@ static inline int setenv_addr(const char *varname, const void *addr) return setenv_hex(varname, (ulong)addr); } -#ifdef CONFIG_ARM -# include -# include -# include -#endif /* CONFIG_ARM */ - #ifdef CONFIG_AUTO_COMPLETE int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf); #endif -- cgit v1.1