Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c58cbb6c authored by Grant Coady's avatar Grant Coady Committed by Linus Torvalds
Browse files

[PATCH] n_hdlc.c: remove unused declaration



drivers/char/n_hdlc.c:194: warning: `n_hdlc_tty_room' declared `static' but
never defined

Signed-off-by: default avatarGrant Coady <gcoady@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 33f0f88f
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -191,7 +191,6 @@ static unsigned int n_hdlc_tty_poll(struct tty_struct *tty, struct file *filp,
				    poll_table *wait);
				    poll_table *wait);
static int n_hdlc_tty_open(struct tty_struct *tty);
static int n_hdlc_tty_open(struct tty_struct *tty);
static void n_hdlc_tty_close(struct tty_struct *tty);
static void n_hdlc_tty_close(struct tty_struct *tty);
static int n_hdlc_tty_room(struct tty_struct *tty);
static void n_hdlc_tty_receive(struct tty_struct *tty, const __u8 *cp,
static void n_hdlc_tty_receive(struct tty_struct *tty, const __u8 *cp,
			       char *fp, int count);
			       char *fp, int count);
static void n_hdlc_tty_wakeup(struct tty_struct *tty);
static void n_hdlc_tty_wakeup(struct tty_struct *tty);