diff options
| author | Alexander Shiyan <[email protected]> | 2014-06-03 14:54:44 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-07-10 00:29:38 +0000 |
| commit | 8b152f1096975d012f60387b899d407e4a93b46c (patch) | |
| tree | f100c4a636bb2e9f4a0443400965a6ed87bbcbda /drivers/tty/serial/uartlite.c | |
| parent | serial: core: Make enable_ms() optional (diff) | |
| download | kernel-8b152f1096975d012f60387b899d407e4a93b46c.tar.gz kernel-8b152f1096975d012f60387b899d407e4a93b46c.zip | |
serial: treewide: Remove empty implementations of enable_ms()
Signed-off-by: Alexander Shiyan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/tty/serial/uartlite.c')
| -rw-r--r-- | drivers/tty/serial/uartlite.c | 6 |
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) | ULITE_STATUS_FRAME | ULITE_STATUS_OVERRUN; } -static void ulite_enable_ms(struct uart_port *port) -{ - /* N/A */ -} - static void ulite_break_ctl(struct uart_port *port, int ctl) { /* N/A */ @@ -395,7 +390,6 @@ static struct uart_ops ulite_ops = { .stop_tx = ulite_stop_tx, .start_tx = ulite_start_tx, .stop_rx = ulite_stop_rx, - .enable_ms = ulite_enable_ms, .break_ctl = ulite_break_ctl, .startup = ulite_startup, .shutdown = ulite_shutdown, |
