mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
serial: treewide: Remove empty implementations of enable_ms()
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1fdc31065f
commit
8b152f1096
40 changed files with 0 additions and 239 deletions
|
@ -533,11 +533,6 @@ static unsigned int sccnxp_tx_empty(struct uart_port *port)
|
|||
return (val & SR_TXEMT) ? TIOCSER_TEMT : 0;
|
||||
}
|
||||
|
||||
static void sccnxp_enable_ms(struct uart_port *port)
|
||||
{
|
||||
/* Do nothing */
|
||||
}
|
||||
|
||||
static void sccnxp_set_mctrl(struct uart_port *port, unsigned int mctrl)
|
||||
{
|
||||
struct sccnxp_port *s = dev_get_drvdata(port->dev);
|
||||
|
@ -790,7 +785,6 @@ static const struct uart_ops sccnxp_ops = {
|
|||
.stop_tx = sccnxp_stop_tx,
|
||||
.start_tx = sccnxp_start_tx,
|
||||
.stop_rx = sccnxp_stop_rx,
|
||||
.enable_ms = sccnxp_enable_ms,
|
||||
.break_ctl = sccnxp_break_ctl,
|
||||
.startup = sccnxp_startup,
|
||||
.shutdown = sccnxp_shutdown,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue