tty: serial: constify uart_ops structures
[linux-2.6-block.git] / drivers / tty / serial / lantiq.c
index 5961bb47b8e50df73762ab7d457c77021156b082..22df94f107e5415f03a5b0c44983e39b3eb7b03d 100644 (file)
@@ -557,7 +557,7 @@ lqasc_verify_port(struct uart_port *port,
        return ret;
 }
 
-static struct uart_ops lqasc_pops = {
+static const struct uart_ops lqasc_pops = {
        .tx_empty =     lqasc_tx_empty,
        .set_mctrl =    lqasc_set_mctrl,
        .get_mctrl =    lqasc_get_mctrl,