From: Johan Hovold Date: Tue, 22 Mar 2011 10:12:19 +0000 (+0100) Subject: USB: cdc-acm: remove superfluous prototype X-Git-Tag: v3.0-rc1~337^2~138^2~31 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=3a42610812c55e8a60e2660e01c6cb6eb01d4171;p=cascardo%2Flinux.git USB: cdc-acm: remove superfluous prototype Remove unnecessary acm_tty_chars_in_buffer prototype. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index a693381ed3cc..b84ccec8fc7b 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c @@ -626,8 +626,6 @@ static void acm_tty_unregister(struct acm *acm) kfree(acm); } -static int acm_tty_chars_in_buffer(struct tty_struct *tty); - static void acm_port_down(struct acm *acm) { int i, nr = acm->rx_buflimit;