diff options
author | Olof Johansson <olof@lixom.net> | 2012-11-21 11:04:40 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-11-21 11:04:40 +0400 |
commit | fbac7d7d6c1f873c89d88ca6ab8a2891ac837796 (patch) | |
tree | 7e5a205ff54f6a7416ffe3b5aad646092f78bee2 /arch/arm/mach-at91 | |
parent | 8a6ff8a0a2bc51b29681aab093b349c9eb32acf5 (diff) | |
parent | 2abb74eaf6e73cb42e87bdc9e9c2535ce485e614 (diff) | |
download | linux-fbac7d7d6c1f873c89d88ca6ab8a2891ac837796.tar.xz |
Merge tag 'at91-header' of git://github.com/at91linux/linux-at91 into next/headers
From Nicolas Ferre:
One fix related to UART for the "headers move" branch
* tag 'at91-header' of git://github.com/at91linux/linux-at91:
atmel: move ATMEL_MAX_UART to platform_data/atmel.h
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/include/mach/hardware.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-at91/include/mach/hardware.h b/arch/arm/mach-at91/include/mach/hardware.h index 711a7892d331..a832e0707611 100644 --- a/arch/arm/mach-at91/include/mach/hardware.h +++ b/arch/arm/mach-at91/include/mach/hardware.h @@ -90,9 +90,6 @@ #define AT91_SRAM_MAX SZ_1M #define AT91_VIRT_BASE (AT91_IO_VIRT_BASE - AT91_SRAM_MAX) -/* Serial ports */ -#define ATMEL_MAX_UART 7 /* 6 USART3's and one DBGU port (SAM9260) */ - /* External Memory Map */ #define AT91_CHIPSELECT_0 0x10000000 #define AT91_CHIPSELECT_1 0x20000000 |