diff options
author | Alan Cox <alan@linux.intel.com> | 2010-09-16 13:21:52 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 13:20:05 -0400 |
commit | 0587102cf9f427c185bfdeb2cef41e13ee0264b1 (patch) | |
tree | 94c6dcc7ac230dee166d2f6aa1f9a54bffe5764b /net/bluetooth | |
parent | 0bca1b913affbd7e2fdaffee62a499659a466eb5 (diff) |
tty: icount changeover for other main devices
Again basically cut and paste
Convert the main driver set to use the hooks for GICOUNT
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/rfcomm/tty.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/bluetooth/rfcomm/tty.c b/net/bluetooth/rfcomm/tty.c index befc3a52aa04..84c2a4d013c6 100644 --- a/net/bluetooth/rfcomm/tty.c +++ b/net/bluetooth/rfcomm/tty.c | |||
@@ -844,10 +844,6 @@ static int rfcomm_tty_ioctl(struct tty_struct *tty, struct file *filp, unsigned | |||
844 | BT_DBG("TIOCMIWAIT"); | 844 | BT_DBG("TIOCMIWAIT"); |
845 | break; | 845 | break; |
846 | 846 | ||
847 | case TIOCGICOUNT: | ||
848 | BT_DBG("TIOCGICOUNT"); | ||
849 | break; | ||
850 | |||
851 | case TIOCGSERIAL: | 847 | case TIOCGSERIAL: |
852 | BT_ERR("TIOCGSERIAL is not supported"); | 848 | BT_ERR("TIOCGSERIAL is not supported"); |
853 | return -ENOIOCTLCMD; | 849 | return -ENOIOCTLCMD; |