]> Git Repo - linux.git/blobdiff - drivers/tty/serial/sccnxp.c
xprtrdma: Prevent inline overflow
[linux.git] / drivers / tty / serial / sccnxp.c
index e84b6a3bdd18dc9483d82aaf84cca017e1629c01..fcf803ffad1931c45ee297d862209f3b09ae76d2 100644 (file)
@@ -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,
@@ -1018,7 +1012,6 @@ static int sccnxp_remove(struct platform_device *pdev)
 static struct platform_driver sccnxp_uart_driver = {
        .driver = {
                .name   = SCCNXP_NAME,
-               .owner  = THIS_MODULE,
        },
        .probe          = sccnxp_probe,
        .remove         = sccnxp_remove,
This page took 0.036988 seconds and 4 git commands to generate.