Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Grant Coady <gcoady@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Grant Coady and committed by
Linus Torvalds
c58cbb6c 33f0f88f

-1
-1
drivers/char/n_hdlc.c
··· 191 191 poll_table *wait); 192 192 static int n_hdlc_tty_open(struct tty_struct *tty); 193 193 static void n_hdlc_tty_close(struct tty_struct *tty); 194 - static int n_hdlc_tty_room(struct tty_struct *tty); 195 194 static void n_hdlc_tty_receive(struct tty_struct *tty, const __u8 *cp, 196 195 char *fp, int count); 197 196 static void n_hdlc_tty_wakeup(struct tty_struct *tty);