diff options
Diffstat (limited to 'drivers/tty/serial/tilegx.c')
| -rw-r--r-- | drivers/tty/serial/tilegx.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/tty/serial/tilegx.c b/drivers/tty/serial/tilegx.c index 613ccf09dc2a..453215f5420d 100644 --- a/drivers/tty/serial/tilegx.c +++ b/drivers/tty/serial/tilegx.c | |||
| @@ -314,15 +314,6 @@ static void tilegx_stop_rx(struct uart_port *port) | |||
| 314 | mutex_unlock(&tile_uart->mutex); | 314 | mutex_unlock(&tile_uart->mutex); |
| 315 | } | 315 | } |
| 316 | 316 | ||
| 317 | |||
| 318 | /* | ||
| 319 | * Enable modem status interrupts. | ||
| 320 | */ | ||
| 321 | static void tilegx_enable_ms(struct uart_port *port) | ||
| 322 | { | ||
| 323 | /* N/A */ | ||
| 324 | } | ||
| 325 | |||
| 326 | /* | 317 | /* |
| 327 | * Control the transmission of a break signal. | 318 | * Control the transmission of a break signal. |
| 328 | */ | 319 | */ |
| @@ -614,7 +605,6 @@ static const struct uart_ops tilegx_ops = { | |||
| 614 | .stop_tx = tilegx_stop_tx, | 605 | .stop_tx = tilegx_stop_tx, |
| 615 | .start_tx = tilegx_start_tx, | 606 | .start_tx = tilegx_start_tx, |
| 616 | .stop_rx = tilegx_stop_rx, | 607 | .stop_rx = tilegx_stop_rx, |
| 617 | .enable_ms = tilegx_enable_ms, | ||
| 618 | .break_ctl = tilegx_break_ctl, | 608 | .break_ctl = tilegx_break_ctl, |
| 619 | .startup = tilegx_startup, | 609 | .startup = tilegx_startup, |
| 620 | .shutdown = tilegx_shutdown, | 610 | .shutdown = tilegx_shutdown, |
