aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/uartlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/uartlite.c')
-rw-r--r--drivers/tty/serial/uartlite.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/tty/serial/uartlite.c b/drivers/tty/serial/uartlite.c
index dce27f34937e..9fc22f40796e 100644
--- a/drivers/tty/serial/uartlite.c
+++ b/drivers/tty/serial/uartlite.c
@@ -250,11 +250,6 @@ static void ulite_stop_rx(struct uart_port *port)
250 | ULITE_STATUS_FRAME | ULITE_STATUS_OVERRUN; 250 | ULITE_STATUS_FRAME | ULITE_STATUS_OVERRUN;
251} 251}
252 252
253static void ulite_enable_ms(struct uart_port *port)
254{
255 /* N/A */
256}
257
258static void ulite_break_ctl(struct uart_port *port, int ctl) 253static void ulite_break_ctl(struct uart_port *port, int ctl)
259{ 254{
260 /* N/A */ 255 /* N/A */
@@ -395,7 +390,6 @@ static struct uart_ops ulite_ops = {
395 .stop_tx = ulite_stop_tx, 390 .stop_tx = ulite_stop_tx,
396 .start_tx = ulite_start_tx, 391 .start_tx = ulite_start_tx,
397 .stop_rx = ulite_stop_rx, 392 .stop_rx = ulite_stop_rx,
398 .enable_ms = ulite_enable_ms,
399 .break_ctl = ulite_break_ctl, 393 .break_ctl = ulite_break_ctl,
400 .startup = ulite_startup, 394 .startup = ulite_startup,
401 .shutdown = ulite_shutdown, 395 .shutdown = ulite_shutdown,