aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <[email protected]>2015-10-27 18:46:38 +0100
committerGreg Kroah-Hartman <[email protected]>2015-12-13 19:59:48 -0800
commitfed76af0c7d005cb4b7d9b19d6d43137149b77ef (patch)
treebc2b8e72981106466027d17b9cf6d92b1e8beede
parent9cdb933274662c4bf1a16146f4731782661b9831 (diff)
serial/men_z135_uart: Deinline men_z135_reg_clr, save 176 bytes
This function compiles to 98 bytes of machine code. Signed-off-by: Denys Vlasenko <[email protected]> CC: Greg Kroah-Hartman <[email protected]> CC: Peter Hurley <[email protected]> CC: Jiri Slaby <[email protected]> CC: [email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/tty/serial/men_z135_uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/men_z135_uart.c b/drivers/tty/serial/men_z135_uart.c
index 3141aa20843d..a44290e9b5a8 100644
--- a/drivers/tty/serial/men_z135_uart.c
+++ b/drivers/tty/serial/men_z135_uart.c
@@ -158,7 +158,7 @@ static inline void men_z135_reg_set(struct men_z135_port *uart,
* @addr: Register address
* @val: value to clear
*/
-static inline void men_z135_reg_clr(struct men_z135_port *uart,
+static void men_z135_reg_clr(struct men_z135_port *uart,
u32 addr, u32 val)
{
struct uart_port *port = &uart->port;