]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/usb/hso.c
USB: HSO: make tty_operations const
[linux-2.6-omap-h63xx.git] / drivers / net / usb / hso.c
index 94c41bbedee9714b3120a52816dc016a44c818b6..35a7772cf1a6cb85ae022668895f392c52e77cd6 100644 (file)
@@ -2725,7 +2725,7 @@ static int hso_mux_submit_intr_urb(struct hso_shared_int *shared_int,
 }
 
 /* operations setup of the serial interface */
-static struct tty_operations hso_serial_ops = {
+static const struct tty_operations hso_serial_ops = {
        .open = hso_serial_open,
        .close = hso_serial_close,
        .write = hso_serial_write,