diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/rfcomm/tty.c | 2 | ||||
-rw-r--r-- | net/irda/ircomm/ircomm_tty.c | 2 |
2 files changed, 2 insertions, 2 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, |
diff --git a/net/irda/ircomm/ircomm_tty.c b/net/irda/ircomm/ircomm_tty.c index 3bcdb467efc5..d50a02030ad7 100644 --- a/net/irda/ircomm/ircomm_tty.c +++ b/net/irda/ircomm/ircomm_tty.c | |||
@@ -79,7 +79,7 @@ static struct tty_driver *driver; | |||
79 | 79 | ||
80 | hashbin_t *ircomm_tty = NULL; | 80 | hashbin_t *ircomm_tty = NULL; |
81 | 81 | ||
82 | static struct tty_operations ops = { | 82 | static const struct tty_operations ops = { |
83 | .open = ircomm_tty_open, | 83 | .open = ircomm_tty_open, |
84 | .close = ircomm_tty_close, | 84 | .close = ircomm_tty_close, |
85 | .write = ircomm_tty_write, | 85 | .write = ircomm_tty_write, |