diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-05 19:32:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-05 19:32:01 -0400 |
commit | 44aefd2706bb6f5b65ba2c38cd89e7609e2b43d3 (patch) | |
tree | 93824f573767da634fbc82c388b6d33cc454212b /drivers/scsi/ips.c | |
parent | c1a26e7d40fb814716950122353a1a556844286b (diff) | |
parent | 7d12e780e003f93433d49ce78cfedf4b4c52adc5 (diff) |
Merge git://git.infradead.org/~dhowells/irq-2.6
* git://git.infradead.org/~dhowells/irq-2.6:
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
IRQ: Typedef the IRQ handler function type
IRQ: Typedef the IRQ flow handler function type
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; |