Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18a66d5a authored by Russell King's avatar Russell King
Browse files

ARM: riscpc: use definition for serial port interrupt



Rather than using a plain integer, use the definition already provided.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 8c6d9d0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,