Skip to content

Commit

Permalink
ARM: riscpc: use definition for serial port interrupt
Browse files Browse the repository at this point in the history
Rather than using a plain integer, use the definition already provided.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Mar 24, 2012
1 parent 8c6d9d0 commit 18a66d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-rpc/riscpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static struct platform_device kbd_device = {
static struct plat_serial8250_port serial_platform_data[] = {
{
.mapbase = 0x03010fe0,
.irq = 10,
.irq = IRQ_SERIALPORT,
.uartclk = 1843200,
.regshift = 2,
.iotype = UPIO_MEM,
Expand Down

0 comments on commit 18a66d5

Please sign in to comment.