Skip to content

Commit b7a10da

Browse files
Wolfram Sangtsbogend
authored andcommitted
serial: 8250: remove AR7 support
AR7 is going to be removed from the Kernel, so remove its type definition from 8250 code. As with previous removals, I checked with Debian Code Search that 'PORT_AR7' is not used in userspace. Signed-off-by: Wolfram Sang <[email protected]> Acked-by: Florian Fainelli <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent d5f4e1f commit b7a10da

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/tty/serial/8250/8250_port.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,6 @@ static const struct serial8250_config uart_config[] = {
170170
.fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
171171
.flags = UART_CAP_FIFO,
172172
},
173-
[PORT_AR7] = {
174-
.name = "AR7",
175-
.fifo_size = 16,
176-
.tx_loadsz = 16,
177-
.fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_00,
178-
.flags = UART_CAP_FIFO /* | UART_CAP_AFE */,
179-
},
180173
[PORT_U6_16550A] = {
181174
.name = "U6_16550A",
182175
.fifo_size = 64,

0 commit comments

Comments
 (0)