From: Wu, Josh Date: Tue, 20 May 2014 09:27:28 +0000 (+0800) Subject: ARM: at91: remove AT91X40 macro since it is not use any more X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ff22cf4a810af34db989f62cd66d5e0864804b5;p=people%2Fms%2Fu-boot.git ARM: at91: remove AT91X40 macro since it is not use any more The at91x40.h is not exist. So we remove it. Signed-off-by: Josh Wu Signed-off-by: Andreas Bießmann --- diff --git a/arch/arm/include/asm/arch-at91/hardware.h b/arch/arm/include/asm/arch-at91/hardware.h index a63f974060..d712a0dc91 100644 --- a/arch/arm/include/asm/arch-at91/hardware.h +++ b/arch/arm/include/asm/arch-at91/hardware.h @@ -25,8 +25,6 @@ # include #elif defined(CONFIG_AT91CAP9) # include -#elif defined(CONFIG_AT91X40) -# include #elif defined(CONFIG_SAMA5D3) # include #else