Commit 3a42610812c55e8a60e2660e01c6cb6eb01d4171

Authored by Johan Hovold
Committed by Greg Kroah-Hartman
1 parent a2c7b9353e

USB: cdc-acm: remove superfluous prototype

Remove unnecessary acm_tty_chars_in_buffer prototype.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/usb/class/cdc-acm.c
... ... @@ -626,8 +626,6 @@
626 626 kfree(acm);
627 627 }
628 628  
629   -static int acm_tty_chars_in_buffer(struct tty_struct *tty);
630   -
631 629 static void acm_port_down(struct acm *acm)
632 630 {
633 631 int i, nr = acm->rx_buflimit;