|
@@ -1093,11 +1093,6 @@ static void rfcomm_tty_hangup(struct tty_struct *tty)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-static int rfcomm_tty_read_proc(char *buf, char **start, off_t offset, int len, int *eof, void *unused)
|
|
|
|
-{
|
|
|
|
- return 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static int rfcomm_tty_tiocmget(struct tty_struct *tty, struct file *filp)
|
|
static int rfcomm_tty_tiocmget(struct tty_struct *tty, struct file *filp)
|
|
{
|
|
{
|
|
struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data;
|
|
struct rfcomm_dev *dev = (struct rfcomm_dev *) tty->driver_data;
|
|
@@ -1156,7 +1151,6 @@ static const struct tty_operations rfcomm_ops = {
|
|
.send_xchar = rfcomm_tty_send_xchar,
|
|
.send_xchar = rfcomm_tty_send_xchar,
|
|
.hangup = rfcomm_tty_hangup,
|
|
.hangup = rfcomm_tty_hangup,
|
|
.wait_until_sent = rfcomm_tty_wait_until_sent,
|
|
.wait_until_sent = rfcomm_tty_wait_until_sent,
|
|
- .read_proc = rfcomm_tty_read_proc,
|
|
|
|
.tiocmget = rfcomm_tty_tiocmget,
|
|
.tiocmget = rfcomm_tty_tiocmget,
|
|
.tiocmset = rfcomm_tty_tiocmset,
|
|
.tiocmset = rfcomm_tty_tiocmset,
|
|
};
|
|
};
|