diff options
Diffstat (limited to 'drivers/char/synclink_gt.c')
-rw-r--r-- | drivers/char/synclink_gt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/char/synclink_gt.c b/drivers/char/synclink_gt.c index bdc7cb248b8f..d4334c79f8d4 100644 --- a/drivers/char/synclink_gt.c +++ b/drivers/char/synclink_gt.c | |||
@@ -491,7 +491,7 @@ static void isr_serial(struct slgt_info *info); | |||
491 | static void isr_rdma(struct slgt_info *info); | 491 | static void isr_rdma(struct slgt_info *info); |
492 | static void isr_txeom(struct slgt_info *info, unsigned short status); | 492 | static void isr_txeom(struct slgt_info *info, unsigned short status); |
493 | static void isr_tdma(struct slgt_info *info); | 493 | static void isr_tdma(struct slgt_info *info); |
494 | static irqreturn_t slgt_interrupt(int irq, void *dev_id, struct pt_regs * regs); | 494 | static irqreturn_t slgt_interrupt(int irq, void *dev_id); |
495 | 495 | ||
496 | static int alloc_dma_bufs(struct slgt_info *info); | 496 | static int alloc_dma_bufs(struct slgt_info *info); |
497 | static void free_dma_bufs(struct slgt_info *info); | 497 | static void free_dma_bufs(struct slgt_info *info); |
@@ -2217,9 +2217,8 @@ static void isr_gpio(struct slgt_info *info, unsigned int changed, unsigned int | |||
2217 | * | 2217 | * |
2218 | * irq interrupt number | 2218 | * irq interrupt number |
2219 | * dev_id device ID supplied during interrupt registration | 2219 | * dev_id device ID supplied during interrupt registration |
2220 | * regs interrupted processor context | ||
2221 | */ | 2220 | */ |
2222 | static irqreturn_t slgt_interrupt(int irq, void *dev_id, struct pt_regs * regs) | 2221 | static irqreturn_t slgt_interrupt(int irq, void *dev_id) |
2223 | { | 2222 | { |
2224 | struct slgt_info *info; | 2223 | struct slgt_info *info; |
2225 | unsigned int gsr; | 2224 | unsigned int gsr; |