diff options
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_osm.h')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_osm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.h b/drivers/scsi/aic7xxx/aic7xxx_osm.h index d42a71ee076d..a87a4ce090df 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_osm.h +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.h | |||
@@ -830,7 +830,7 @@ int ahc_platform_abort_scbs(struct ahc_softc *ahc, int target, | |||
830 | char channel, int lun, u_int tag, | 830 | char channel, int lun, u_int tag, |
831 | role_t role, uint32_t status); | 831 | role_t role, uint32_t status); |
832 | irqreturn_t | 832 | irqreturn_t |
833 | ahc_linux_isr(int irq, void *dev_id, struct pt_regs * regs); | 833 | ahc_linux_isr(int irq, void *dev_id); |
834 | void ahc_platform_flushwork(struct ahc_softc *ahc); | 834 | void ahc_platform_flushwork(struct ahc_softc *ahc); |
835 | void ahc_done(struct ahc_softc*, struct scb*); | 835 | void ahc_done(struct ahc_softc*, struct scb*); |
836 | void ahc_send_async(struct ahc_softc *, char channel, | 836 | void ahc_send_async(struct ahc_softc *, char channel, |