summaryrefslogtreecommitdiff
path: root/arch/mips/rb532/serial.c
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-08-23 16:53:50 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2008-10-11 15:18:46 (GMT)
commit606a083b1e1a357cb66454e4581b80f1a67d8368 (patch)
tree4967e653091001d2bcd6ca380cdc5a7ad61be53b /arch/mips/rb532/serial.c
parentdeeb45ac4a32c8271b022ecba73913bc1112e8e6 (diff)
downloadlinux-fsl-qoriq-606a083b1e1a357cb66454e4581b80f1a67d8368.tar.xz
MIPS: RB532: Cleanup the headers again
This patch cleans up headers and regroups informations to where they should reside. While moving, try to have a consistant naming for defines. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/rb532/serial.c')
-rw-r--r--arch/mips/rb532/serial.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/rb532/serial.c b/arch/mips/rb532/serial.c
index 1a05b5d..3e0d7ec 100644
--- a/arch/mips/rb532/serial.c
+++ b/arch/mips/rb532/serial.c
@@ -31,16 +31,16 @@
#include <linux/serial_8250.h>
#include <asm/serial.h>
-#include <asm/mach-rc32434/rc32434.h>
+#include <asm/mach-rc32434/rb.h>
extern unsigned int idt_cpu_freq;
static struct uart_port rb532_uart = {
.type = PORT_16550A,
.line = 0,
- .irq = RC32434_UART0_IRQ,
+ .irq = UART0_IRQ,
.iotype = UPIO_MEM,
- .membase = (char *)KSEG1ADDR(RC32434_UART0_BASE),
+ .membase = (char *)KSEG1ADDR(REGBASE + UART0BASE),
.regshift = 2
};