projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5968b3
)
[SERIAL] Fix compile error in 8250_au1x00.c
author
Jordan Crouse
<jordan.crouse@amd.com>
Wed, 8 Feb 2006 21:36:28 +0000
(21:36 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 8 Feb 2006 21:36:28 +0000
(21:36 +0000)
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>
drivers/serial/8250_au1x00.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/serial/8250_au1x00.c
b/drivers/serial/8250_au1x00.c
index 06ae8fbcc9471e3efa1e7407666f68497f4d9e60..8d8d7a70d03e894629b888c7404fe24afeb9abf7 100644
(file)
--- a/
drivers/serial/8250_au1x00.c
+++ b/
drivers/serial/8250_au1x00.c
@@
-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),