diff options
Diffstat (limited to 'drivers/net/usb/hso.c')
-rw-r--r-- | drivers/net/usb/hso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c index 94c41bbedee9..35a7772cf1a6 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, | |||
2725 | } | 2725 | } |
2726 | 2726 | ||
2727 | /* operations setup of the serial interface */ | 2727 | /* operations setup of the serial interface */ |
2728 | static struct tty_operations hso_serial_ops = { | 2728 | static const struct tty_operations hso_serial_ops = { |
2729 | .open = hso_serial_open, | 2729 | .open = hso_serial_open, |
2730 | .close = hso_serial_close, | 2730 | .close = hso_serial_close, |
2731 | .write = hso_serial_write, | 2731 | .write = hso_serial_write, |