diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/rfcomm/tty.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/bluetooth/rfcomm/tty.c b/net/bluetooth/rfcomm/tty.c index 5e44d842cc5d..ba4f59389405 100644 --- a/net/bluetooth/rfcomm/tty.c +++ b/net/bluetooth/rfcomm/tty.c | |||
@@ -839,14 +839,6 @@ static int rfcomm_tty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned l | |||
839 | BT_DBG("TIOCMIWAIT"); | 839 | BT_DBG("TIOCMIWAIT"); |
840 | break; | 840 | break; |
841 | 841 | ||
842 | case TIOCGSERIAL: | ||
843 | BT_ERR("TIOCGSERIAL is not supported"); | ||
844 | return -ENOIOCTLCMD; | ||
845 | |||
846 | case TIOCSSERIAL: | ||
847 | BT_ERR("TIOCSSERIAL is not supported"); | ||
848 | return -ENOIOCTLCMD; | ||
849 | |||
850 | case TIOCSERGSTRUCT: | 842 | case TIOCSERGSTRUCT: |
851 | BT_ERR("TIOCSERGSTRUCT is not supported"); | 843 | BT_ERR("TIOCSERGSTRUCT is not supported"); |
852 | return -ENOIOCTLCMD; | 844 | return -ENOIOCTLCMD; |