Skip to content

Commit

Permalink
[SERIAL] Fix compile error in 8250_au1x00.c
Browse files Browse the repository at this point in the history
The DB1550 actually doesn't have a UART2.  Remove it from the list.

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Jordan Crouse authored and Russell King committed Feb 8, 2006
1 parent f5968b3 commit deb37bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/serial/8250_au1x00.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ static struct plat_serial8250_port au1x00_data[] = {
#elif defined(CONFIG_SOC_AU1550)
PORT(UART0_ADDR, AU1550_UART0_INT),
PORT(UART1_ADDR, AU1550_UART1_INT),
PORT(UART2_ADDR, AU1550_UART2_INT),
PORT(UART3_ADDR, AU1550_UART3_INT),
#elif defined(CONFIG_SOC_AU1200)
PORT(UART0_ADDR, AU1200_UART0_INT),
Expand Down

0 comments on commit deb37bb

Please sign in to comment.