From: Denys Vlasenko Date: Tue, 27 Oct 2015 16:39:56 +0000 (+0100) Subject: cyclades: Deinline cyy_writeb, save 880 bytes X-Git-Tag: v4.5-rc1~123^2~89 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f25d596fc2ef038ec91e1135ea7c7717bbd85f55;p=karo-tx-linux.git cyclades: Deinline cyy_writeb, save 880 bytes This function compiles to 35 bytes of machine code. Signed-off-by: Denys Vlasenko CC: Jiri Slaby CC: linux-serial@vger.kernel.org Reviewed-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/cyclades.c b/drivers/tty/cyclades.c index 9600aa34e19e..da15d165557a 100644 --- a/drivers/tty/cyclades.c +++ b/drivers/tty/cyclades.c @@ -292,7 +292,7 @@ static void cyz_rx_restart(unsigned long); static struct timer_list cyz_rx_full_timer[NR_PORTS]; #endif /* CONFIG_CYZ_INTR */ -static inline void cyy_writeb(struct cyclades_port *port, u32 reg, u8 val) +static void cyy_writeb(struct cyclades_port *port, u32 reg, u8 val) { struct cyclades_card *card = port->card;