Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a426108 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman
Browse files

USB: cdc-acm: remove superfluous prototype



Remove unnecessary acm_tty_chars_in_buffer prototype.

Signed-off-by: default avatarJohan Hovold <jhovold@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a2c7b935
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;