mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00: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
|
@ -274,15 +274,6 @@ static void snp_release_port(struct uart_port *port)
|
|||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* snp_enable_ms - Force modem status interrupts on - no-op for us
|
||||
* @port: Port to operate on - we ignore - no-op function
|
||||
*
|
||||
*/
|
||||
static void snp_enable_ms(struct uart_port *port)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* snp_shutdown - shut down the port - free irq and disable - no-op for us
|
||||
* @port: Port to shut down - we ignore
|
||||
|
@ -396,7 +387,6 @@ static struct uart_ops sn_console_ops = {
|
|||
.stop_tx = snp_stop_tx,
|
||||
.start_tx = snp_start_tx,
|
||||
.stop_rx = snp_stop_rx,
|
||||
.enable_ms = snp_enable_ms,
|
||||
.break_ctl = snp_break_ctl,
|
||||
.startup = snp_startup,
|
||||
.shutdown = snp_shutdown,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue