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 2575c2db640..7f67fa4f2f5 100644 --- a/net/bluetooth/rfcomm/tty.c +++ b/net/bluetooth/rfcomm/tty.c | |||
@@ -1089,7 +1089,7 @@ static void rfcomm_tty_hangup(struct tty_struct *tty) | |||
1089 | } | 1089 | } |
1090 | } | 1090 | } |
1091 | 1091 | ||
1092 | static int rfcomm_tty_tiocmget(struct tty_struct *tty, struct file *filp) | 1092 | static int rfcomm_tty_tiocmget(struct tty_struct *tty) |
1093 | { | 1093 | { |
1094 | struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; | 1094 | struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data; |
1095 | 1095 | ||