From: Grant Coady drivers/char/n_hdlc.c:194: warning: `n_hdlc_tty_room' declared `static' but never defined Signed-off-by: Grant Coady Signed-off-by: Andrew Morton --- drivers/char/n_hdlc.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/char/n_hdlc.c~driver-char-n_hdlcc-remove-unused-declaration drivers/char/n_hdlc.c --- devel/drivers/char/n_hdlc.c~driver-char-n_hdlcc-remove-unused-declaration 2005-10-11 21:44:20.000000000 -0700 +++ devel-akpm/drivers/char/n_hdlc.c 2005-10-11 21:44:20.000000000 -0700 @@ -191,7 +191,6 @@ static unsigned int n_hdlc_tty_poll(stru poll_table *wait); static int n_hdlc_tty_open(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, char *fp, int count); static void n_hdlc_tty_wakeup(struct tty_struct *tty); _