diff options
Diffstat (limited to 'drivers/serial/68360serial.c')
-rw-r--r-- | drivers/serial/68360serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/68360serial.c b/drivers/serial/68360serial.c index 1b299e8c57cd..4e56ec803861 100644 --- a/drivers/serial/68360serial.c +++ b/drivers/serial/68360serial.c | |||
@@ -612,7 +612,7 @@ static _INLINE_ void check_modem_status(struct async_struct *info) | |||
612 | * This is the serial driver's interrupt routine for a single port | 612 | * This is the serial driver's interrupt routine for a single port |
613 | */ | 613 | */ |
614 | /* static void rs_360_interrupt(void *dev_id) */ /* until and if we start servicing irqs here */ | 614 | /* static void rs_360_interrupt(void *dev_id) */ /* until and if we start servicing irqs here */ |
615 | static void rs_360_interrupt(int vec, void *dev_id, struct pt_regs *fp) | 615 | static void rs_360_interrupt(int vec, void *dev_id) |
616 | { | 616 | { |
617 | u_char events; | 617 | u_char events; |
618 | int idx; | 618 | int idx; |