diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2015-10-27 12:40:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-12-13 22:59:48 -0500 |
commit | 6d70f46ba0012d0cc4ade4d0eaad9db61b2e54bb (patch) | |
tree | 6df0eff6beaeb7ae3b439ad72deba26e93b4deb1 | |
parent | 1a5b34ebebf9be06b03a801cc12a676f2af42a9f (diff) |
serial/jsm: Deinline neo_parse_isr, save 688 bytes
This function compiles to 811 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>
-rw-r--r-- | drivers/tty/serial/jsm/jsm_neo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/jsm/jsm_neo.c b/drivers/tty/serial/jsm/jsm_neo.c index 932b2accd06f..c6fdd6369534 100644 --- a/drivers/tty/serial/jsm/jsm_neo.c +++ b/drivers/tty/serial/jsm/jsm_neo.c | |||
@@ -714,7 +714,7 @@ static void neo_clear_break(struct jsm_channel *ch) | |||
714 | /* | 714 | /* |
715 | * Parse the ISR register. | 715 | * Parse the ISR register. |
716 | */ | 716 | */ |
717 | static inline void neo_parse_isr(struct jsm_board *brd, u32 port) | 717 | static void neo_parse_isr(struct jsm_board *brd, u32 port) |
718 | { | 718 | { |
719 | struct jsm_channel *ch; | 719 | struct jsm_channel *ch; |
720 | u8 isr; | 720 | u8 isr; |