aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/class/cdc-acm.c')
-rw-r--r--drivers/usb/class/cdc-acm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
index ca90326f2f5c..71288295df2f 100644
--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -1120,7 +1120,7 @@ static struct usb_driver acm_driver = {
1120 * TTY driver structures. 1120 * TTY driver structures.
1121 */ 1121 */
1122 1122
1123static struct tty_operations acm_ops = { 1123static const struct tty_operations acm_ops = {
1124 .open = acm_tty_open, 1124 .open = acm_tty_open,
1125 .close = acm_tty_close, 1125 .close = acm_tty_close,
1126 .write = acm_tty_write, 1126 .write = acm_tty_write,