diff options
-rw-r--r-- | drivers/char/n_hdlc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/n_hdlc.c b/drivers/char/n_hdlc.c index 70f487dd7b8d..9f54733f1623 100644 --- a/drivers/char/n_hdlc.c +++ b/drivers/char/n_hdlc.c | |||
@@ -191,7 +191,6 @@ static unsigned int n_hdlc_tty_poll(struct tty_struct *tty, struct file *filp, | |||
191 | poll_table *wait); | 191 | poll_table *wait); |
192 | static int n_hdlc_tty_open(struct tty_struct *tty); | 192 | static int n_hdlc_tty_open(struct tty_struct *tty); |
193 | static void n_hdlc_tty_close(struct tty_struct *tty); | 193 | static void n_hdlc_tty_close(struct tty_struct *tty); |
194 | static int n_hdlc_tty_room(struct tty_struct *tty); | ||
195 | static void n_hdlc_tty_receive(struct tty_struct *tty, const __u8 *cp, | 194 | static void n_hdlc_tty_receive(struct tty_struct *tty, const __u8 *cp, |
196 | char *fp, int count); | 195 | char *fp, int count); |
197 | static void n_hdlc_tty_wakeup(struct tty_struct *tty); | 196 | static void n_hdlc_tty_wakeup(struct tty_struct *tty); |