diff options
Diffstat (limited to 'drivers/block/cpqarray.c')
-rw-r--r-- | drivers/block/cpqarray.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/cpqarray.c b/drivers/block/cpqarray.c index ada68e65b5ff..570d2f049323 100644 --- a/drivers/block/cpqarray.c +++ b/drivers/block/cpqarray.c | |||
@@ -169,7 +169,7 @@ static inline cmdlist_t *removeQ(cmdlist_t **Qptr, cmdlist_t *c); | |||
169 | static inline void complete_buffers(struct bio *bio, int ok); | 169 | static inline void complete_buffers(struct bio *bio, int ok); |
170 | static inline void complete_command(cmdlist_t *cmd, int timeout); | 170 | static inline void complete_command(cmdlist_t *cmd, int timeout); |
171 | 171 | ||
172 | static irqreturn_t do_ida_intr(int irq, void *dev_id, struct pt_regs * regs); | 172 | static irqreturn_t do_ida_intr(int irq, void *dev_id); |
173 | static void ida_timer(unsigned long tdata); | 173 | static void ida_timer(unsigned long tdata); |
174 | static int ida_revalidate(struct gendisk *disk); | 174 | static int ida_revalidate(struct gendisk *disk); |
175 | static int revalidate_allvol(ctlr_info_t *host); | 175 | static int revalidate_allvol(ctlr_info_t *host); |
@@ -1042,7 +1042,7 @@ static inline void complete_command(cmdlist_t *cmd, int timeout) | |||
1042 | * Find the command on the completion queue, remove it, tell the OS and | 1042 | * Find the command on the completion queue, remove it, tell the OS and |
1043 | * try to queue up more IO | 1043 | * try to queue up more IO |
1044 | */ | 1044 | */ |
1045 | static irqreturn_t do_ida_intr(int irq, void *dev_id, struct pt_regs *regs) | 1045 | static irqreturn_t do_ida_intr(int irq, void *dev_id) |
1046 | { | 1046 | { |
1047 | ctlr_info_t *h = dev_id; | 1047 | ctlr_info_t *h = dev_id; |
1048 | cmdlist_t *c; | 1048 | cmdlist_t *c; |