From 3a53e99c7de155d8c5e057d9fda1939b60e18a2f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:22:57 -0600 Subject: nds32: Remove include files from common.h With a few tweaks we can avoid including these files, which are only needed by two C files. Signed-off-by: Simon Glass --- include/common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 02fda57f859..c5cb65bedae 100644 --- a/include/common.h +++ b/include/common.h @@ -430,11 +430,6 @@ static inline int setenv_addr(const char *varname, const void *addr) # include # include #endif /* CONFIG_ARM */ -#ifdef CONFIG_NDS32 -# include -# include -# include -#endif /* CONFIG_NDS32 */ #ifdef CONFIG_AUTO_COMPLETE int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf); -- cgit v1.2.3