aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJohan Hovold <jhovold@gmail.com>2011-03-22 06:12:19 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-13 19:18:29 -0400
commit3a42610812c55e8a60e2660e01c6cb6eb01d4171 (patch)
tree81ceba7d5c63c54f2a338f48c39fc85e2695e619 /drivers
parenta2c7b9353e8f782590852052fe2948692020147e (diff)
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/class/cdc-acm.c2
1 files changed, 0 insertions, 2 deletions
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)
626 kfree(acm); 626 kfree(acm);
627} 627}
628 628
629static int acm_tty_chars_in_buffer(struct tty_struct *tty);
630
631static void acm_port_down(struct acm *acm) 629static void acm_port_down(struct acm *acm)
632{ 630{
633 int i, nr = acm->rx_buflimit; 631 int i, nr = acm->rx_buflimit;