diff options
Diffstat (limited to 'drivers/serial/jsm/jsm.h')
-rw-r--r-- | drivers/serial/jsm/jsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/jsm/jsm.h b/drivers/serial/jsm/jsm.h index 043f50b1d10c..12c934a1f274 100644 --- a/drivers/serial/jsm/jsm.h +++ b/drivers/serial/jsm/jsm.h | |||
@@ -99,7 +99,7 @@ struct jsm_channel; | |||
99 | * Per board operations structure * | 99 | * Per board operations structure * |
100 | ************************************************************************/ | 100 | ************************************************************************/ |
101 | struct board_ops { | 101 | struct board_ops { |
102 | irqreturn_t (*intr) (int irq, void *voidbrd, struct pt_regs *regs); | 102 | irq_handler_t intr; |
103 | void (*uart_init) (struct jsm_channel *ch); | 103 | void (*uart_init) (struct jsm_channel *ch); |
104 | void (*uart_off) (struct jsm_channel *ch); | 104 | void (*uart_off) (struct jsm_channel *ch); |
105 | void (*param) (struct jsm_channel *ch); | 105 | void (*param) (struct jsm_channel *ch); |