X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Firda%2Fircomm_tty.h;h=87699cb4ef8ce02abfc3658b77b2979f1c3c2e58;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=2ab995d723ac138c83b1467af07fe3a29a89b8d9;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/net/irda/ircomm_tty.h b/include/net/irda/ircomm_tty.h index 2ab995d72..87699cb4e 100644 --- a/include/net/irda/ircomm_tty.h +++ b/include/net/irda/ircomm_tty.h @@ -118,10 +118,8 @@ struct ircomm_tty_cb { }; void ircomm_tty_start(struct tty_struct *tty); -void ircomm_tty_stop(struct tty_struct *tty); void ircomm_tty_check_modem_status(struct ircomm_tty_cb *self); -extern void ircomm_tty_change_speed(struct ircomm_tty_cb *self); extern int ircomm_tty_tiocmget(struct tty_struct *tty, struct file *file); extern int ircomm_tty_tiocmset(struct tty_struct *tty, struct file *file, unsigned int set, unsigned int clear);