diff options
Diffstat (limited to 'drivers/scsi/ips.c')
| -rw-r--r-- | drivers/scsi/ips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c index 9a9ab297cf17..f06a06ae6092 100644 --- a/drivers/scsi/ips.c +++ b/drivers/scsi/ips.c | |||
| @@ -248,7 +248,7 @@ static int ips_eh_abort(struct scsi_cmnd *); | |||
| 248 | static int ips_eh_reset(struct scsi_cmnd *); | 248 | static int ips_eh_reset(struct scsi_cmnd *); |
| 249 | static int ips_queue(struct scsi_cmnd *, void (*)(struct scsi_cmnd *)); | 249 | static int ips_queue(struct scsi_cmnd *, void (*)(struct scsi_cmnd *)); |
| 250 | static const char *ips_info(struct Scsi_Host *); | 250 | static const char *ips_info(struct Scsi_Host *); |
| 251 | static irqreturn_t do_ipsintr(int, void *, struct pt_regs *); | 251 | static irqreturn_t do_ipsintr(int, void *); |
| 252 | static int ips_hainit(ips_ha_t *); | 252 | static int ips_hainit(ips_ha_t *); |
| 253 | static int ips_map_status(ips_ha_t *, ips_scb_t *, ips_stat_t *); | 253 | static int ips_map_status(ips_ha_t *, ips_scb_t *, ips_stat_t *); |
| 254 | static int ips_send_wait(ips_ha_t *, ips_scb_t *, int, int); | 254 | static int ips_send_wait(ips_ha_t *, ips_scb_t *, int, int); |
| @@ -1328,7 +1328,7 @@ ips_slave_configure(struct scsi_device * SDptr) | |||
| 1328 | /* */ | 1328 | /* */ |
| 1329 | /****************************************************************************/ | 1329 | /****************************************************************************/ |
| 1330 | static irqreturn_t | 1330 | static irqreturn_t |
| 1331 | do_ipsintr(int irq, void *dev_id, struct pt_regs * regs) | 1331 | do_ipsintr(int irq, void *dev_id) |
| 1332 | { | 1332 | { |
| 1333 | ips_ha_t *ha; | 1333 | ips_ha_t *ha; |
| 1334 | unsigned long cpu_flags; | 1334 | unsigned long cpu_flags; |
