From: Simon Glass Date: Wed, 17 May 2017 14:22:55 +0000 (-0600) Subject: sandbox: Don't include asm/u-boot.h in common X-Git-Tag: v2017.07-rc1~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=587b6226aa1f52a0c679443b0d1a3c9445fe39aa;p=u-boot sandbox: Don't include asm/u-boot.h in common This is not actually needed anywhere, so drop it. Signed-off-by: Simon Glass --- diff --git a/include/common.h b/include/common.h index 298cbbc1a6..e0fbe6b3bf 100644 --- a/include/common.h +++ b/include/common.h @@ -433,9 +433,6 @@ static inline int setenv_addr(const char *varname, const void *addr) #ifdef CONFIG_X86 # include #endif /* CONFIG_X86 */ -#ifdef CONFIG_SANDBOX -# include -#endif #ifdef CONFIG_NDS32 # include # include