diff options
author | Tony Lindgren <tony@atomide.com> | 2015-05-20 09:01:20 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-05-20 09:01:20 -0700 |
commit | 928f81aa619d845d6faa5a459cdbc18b7a78ddce (patch) | |
tree | 14f5456843c82c786cc79fb248b002a22b2766e6 /arch/arm/mach-omap1/include/mach/serial.h | |
parent | 030bbdbf4c833bc69f502eae58498bc5572db736 (diff) | |
download | blackbird-obmc-linux-928f81aa619d845d6faa5a459cdbc18b7a78ddce.tar.gz blackbird-obmc-linux-928f81aa619d845d6faa5a459cdbc18b7a78ddce.zip |
ARM: OMAP1: Move UART defines to prepare for sparse IRQ
These have been indirectly included via asm/irqs.h that
has included mach/hardware.h unless SPARSE_IRQ is specified.
Let's move them to where the other OMAP serial defines for
8250 are.
Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/include/mach/serial.h')
-rw-r--r-- | arch/arm/mach-omap1/include/mach/serial.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap1/include/mach/serial.h b/arch/arm/mach-omap1/include/mach/serial.h index 2ce6a2db470b..4700e384c3d9 100644 --- a/arch/arm/mach-omap1/include/mach/serial.h +++ b/arch/arm/mach-omap1/include/mach/serial.h @@ -27,11 +27,6 @@ */ #define OMAP_UART_INFO_OFS 0x3ffc -/* OMAP1 serial ports */ -#define OMAP1_UART1_BASE 0xfffb0000 -#define OMAP1_UART2_BASE 0xfffb0800 -#define OMAP1_UART3_BASE 0xfffb9800 - #define OMAP_PORT_SHIFT 2 #define OMAP7XX_PORT_SHIFT 0 |