Revert "sc16is7xx: implemented get_mctrl"
[deliverable/linux.git] / drivers / tty / mxser.c
index 9a0791e523b5f5a660de5051b3247397542bd496..2f12bb9f4336d761d0a5fba2f81cd4fb65a2bc45 100644 (file)
@@ -2336,7 +2336,7 @@ static const struct tty_operations mxser_ops = {
        .get_icount = mxser_get_icount,
 };
 
-static struct tty_port_operations mxser_port_ops = {
+static const struct tty_port_operations mxser_port_ops = {
        .carrier_raised = mxser_carrier_raised,
        .dtr_rts = mxser_dtr_rts,
        .activate = mxser_activate,
This page took 0.027008 seconds and 5 git commands to generate.