From 2ff22cf4a810af34db989f62cd66d5e0864804b5 Mon Sep 17 00:00:00 2001 From: "Wu, Josh" <Josh.wu@atmel.com> Date: Tue, 20 May 2014 17:27:28 +0800 Subject: [PATCH] ARM: at91: remove AT91X40 macro since it is not use any more MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The at91x40.h is not exist. So we remove it. Signed-off-by: Josh Wu <josh.wu@atmel.com> Signed-off-by: Andreas BieÃmann <andreas.devel@googlemail.com> --- arch/arm/include/asm/arch-at91/hardware.h | 2 -- 1 file changed, 2 deletions(-) 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 <asm/arch/at91sam9x5.h> #elif defined(CONFIG_AT91CAP9) # include <asm/arch/at91cap9.h> -#elif defined(CONFIG_AT91X40) -# include <asm/arch/at91x40.h> #elif defined(CONFIG_SAMA5D3) # include <asm/arch/sama5d3.h> #else -- 2.39.5