diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-01 11:54:27 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-24 05:37:36 -0400 |
commit | 18a66d5ae982c1e07d67a85e3723a1838caf79f6 (patch) | |
tree | 87fcd37cb093e5b843e1ca37e9df6c31c19515ec /arch | |
parent | 8c6d9d0a01d7b51b4d00365c87b05585a83055dd (diff) |
ARM: riscpc: use definition for serial port interrupt
Rather than using a plain integer, use the definition already provided.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-rpc/riscpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rpc/riscpc.c b/arch/arm/mach-rpc/riscpc.c index 30baaa8b8a2f..b4db10045ae9 100644 --- a/arch/arm/mach-rpc/riscpc.c +++ b/arch/arm/mach-rpc/riscpc.c | |||
@@ -152,7 +152,7 @@ static struct platform_device kbd_device = { | |||
152 | static struct plat_serial8250_port serial_platform_data[] = { | 152 | static struct plat_serial8250_port serial_platform_data[] = { |
153 | { | 153 | { |
154 | .mapbase = 0x03010fe0, | 154 | .mapbase = 0x03010fe0, |
155 | .irq = 10, | 155 | .irq = IRQ_SERIALPORT, |
156 | .uartclk = 1843200, | 156 | .uartclk = 1843200, |
157 | .regshift = 2, | 157 | .regshift = 2, |
158 | .iotype = UPIO_MEM, | 158 | .iotype = UPIO_MEM, |