diff options
-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; |