aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/class/cdc-acm.c
diff options
context:
space:
mode:
authorJohan Hovold <[email protected]>2011-03-22 10:12:19 +0000
committerGreg Kroah-Hartman <[email protected]>2011-04-13 23:18:29 +0000
commit3a42610812c55e8a60e2660e01c6cb6eb01d4171 (patch)
tree81ceba7d5c63c54f2a338f48c39fc85e2695e619 /drivers/usb/class/cdc-acm.c
parentUSB: cdc-acm: remove version information and changelog (diff)
downloadkernel-3a42610812c55e8a60e2660e01c6cb6eb01d4171.tar.gz
kernel-3a42610812c55e8a60e2660e01c6cb6eb01d4171.zip
USB: cdc-acm: remove superfluous prototype
Remove unnecessary acm_tty_chars_in_buffer prototype. Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/class/cdc-acm.c')
-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)
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;