diff options
Diffstat (limited to 'drivers/scsi/aic94xx/aic94xx_hwi.h')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_hwi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_hwi.h b/drivers/scsi/aic94xx/aic94xx_hwi.h index 8498144aa5e1..14319d1d6804 100644 --- a/drivers/scsi/aic94xx/aic94xx_hwi.h +++ b/drivers/scsi/aic94xx/aic94xx_hwi.h | |||
@@ -371,7 +371,7 @@ static inline void asd_ascb_free_list(struct asd_ascb *ascb_list) | |||
371 | /* ---------- Function declarations ---------- */ | 371 | /* ---------- Function declarations ---------- */ |
372 | 372 | ||
373 | int asd_init_hw(struct asd_ha_struct *asd_ha); | 373 | int asd_init_hw(struct asd_ha_struct *asd_ha); |
374 | irqreturn_t asd_hw_isr(int irq, void *dev_id, struct pt_regs *regs); | 374 | irqreturn_t asd_hw_isr(int irq, void *dev_id); |
375 | 375 | ||
376 | 376 | ||
377 | struct asd_ascb *asd_ascb_alloc_list(struct asd_ha_struct | 377 | struct asd_ascb *asd_ascb_alloc_list(struct asd_ha_struct |