diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2011-11-27 19:15:50 +0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-02-23 12:24:46 +0400 |
commit | 4342d6479e249c0cc952ff71f22167e4276a4927 (patch) | |
tree | b40fc563405fd581d60b0e21bc73b70856692454 /arch/arm/mach-at91/include/mach/at91rm9200.h | |
parent | fac36a5ab9fe5a8bd977d2305eeccad48389cbb5 (diff) | |
download | linux-4342d6479e249c0cc952ff71f22167e4276a4927.tar.xz |
ARM: at91: make matrix register base soc independent
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Reviewed-by: Ryan Mallon <rmallon@gmail.com>
Cc: linux-usb@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/mach-at91/include/mach/at91rm9200.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/at91rm9200.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91rm9200.h b/arch/arm/mach-at91/include/mach/at91rm9200.h index bacb51141819..fbde3064b623 100644 --- a/arch/arm/mach-at91/include/mach/at91rm9200.h +++ b/arch/arm/mach-at91/include/mach/at91rm9200.h @@ -95,8 +95,6 @@ #define AT91_USART2 AT91RM9200_BASE_US2 #define AT91_USART3 AT91RM9200_BASE_US3 -#define AT91_MATRIX 0 /* not supported */ - /* * Internal Memory. */ |