isicom: Deinline drop_dtr, save 112 bytes

This function compiles to 181 bytes of machine code.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
CC: Jiri Slaby <jslaby@suse.com>
CC: linux-serial@vger.kernel.org
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Denys Vlasenko 2015-10-27 18:46:34 +01:00 committed by Greg Kroah-Hartman
parent 1c82363eef
commit 9428d712d1
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ static void raise_dtr(struct isi_port *port)
}
/* card->lock HAS to be held */
static inline void drop_dtr(struct isi_port *port)
static void drop_dtr(struct isi_port *port)
{
struct isi_board *card = port->card;
unsigned long base = card->base;