Skip to content

Commit

Permalink
USB: cdc-acm: remove superfluous prototype
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Apr 13, 2011
1 parent a2c7b93 commit 3a42610
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/usb/class/cdc-acm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3a42610

Please sign in to comment.