From c6941e120386b06b21566b560cd51882b0d1a51a Mon Sep 17 00:00:00 2001 From: Bo Shen Date: Fri, 16 Jan 2015 10:55:46 +0800 Subject: ARM: atmel: cleanup: remove at91cap9 related code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As the at91cap9adk board is removed by commit: b5508344 (ARM: remove broken "at91cap9adk" board), so the at91cap9 code is not used anymore, and also the document for at91cap9 can not be found on www.atmel.com, so remove the at91cap9 related code. Signed-off-by: Bo Shen Acked-by: Andreas Bießmann --- arch/arm/include/asm/arch-at91/at91sam9_matrix.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm/include/asm/arch-at91/at91sam9_matrix.h') diff --git a/arch/arm/include/asm/arch-at91/at91sam9_matrix.h b/arch/arm/include/asm/arch-at91/at91sam9_matrix.h index 1b59cc6e4e..d0bf0c2e2b 100644 --- a/arch/arm/include/asm/arch-at91/at91sam9_matrix.h +++ b/arch/arm/include/asm/arch-at91/at91sam9_matrix.h @@ -15,8 +15,6 @@ #include #elif defined(CONFIG_AT91SAM9RL) #include -#elif defined(CONFIG_AT91CAP9) -#include #elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45) #include #elif defined(CONFIG_AT91SAM9N12) || defined(CONFIG_AT91SAM9X5) -- cgit v1.2.1