X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fnet%2Fusb%2Fhso.c;h=35a7772cf1a6cb85ae022668895f392c52e77cd6;hb=6c59f56978c3dffd447176d218bc5852842c9ce9;hp=94c41bbedee9714b3120a52816dc016a44c818b6;hpb=6d558a52ba295fc1c281c671d7daab2f74ddb4f2;p=linux-2.6-omap-h63xx.git diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c index 94c41bbedee..35a7772cf1a 100644 --- a/drivers/net/usb/hso.c +++ b/drivers/net/usb/hso.c @@ -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,