diff options
Diffstat (limited to 'net/bluetooth/rfcomm/tty.c')
-rw-r--r-- | net/bluetooth/rfcomm/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/tty.c b/net/bluetooth/rfcomm/tty.c index 26f322737db0..1958ad1b8541 100644 --- a/net/bluetooth/rfcomm/tty.c +++ b/net/bluetooth/rfcomm/tty.c | |||
@@ -1011,7 +1011,7 @@ static int rfcomm_tty_tiocmset(struct tty_struct *tty, struct file *filp, unsign | |||
1011 | 1011 | ||
1012 | /* ---- TTY structure ---- */ | 1012 | /* ---- TTY structure ---- */ |
1013 | 1013 | ||
1014 | static struct tty_operations rfcomm_ops = { | 1014 | static const struct tty_operations rfcomm_ops = { |
1015 | .open = rfcomm_tty_open, | 1015 | .open = rfcomm_tty_open, |
1016 | .close = rfcomm_tty_close, | 1016 | .close = rfcomm_tty_close, |
1017 | .write = rfcomm_tty_write, | 1017 | .write = rfcomm_tty_write, |