diff options
author | Hannes Reinecke <hare@suse.de> | 2006-03-08 06:57:28 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-03-12 10:02:36 -0500 |
commit | 1ede5f9fe59ea245ad0ba859cfb08ac5814f6269 (patch) | |
tree | c930002c9334dff3676927a1029a2647010e4f11 /drivers/scsi/aic7xxx/aic79xx_osm.h | |
parent | 0aa800db8f1927aefe6f0ba6ce9d70f044374aef (diff) |
[SCSI] aic79xx: Remove dead code
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic79xx_osm.h')
-rw-r--r-- | drivers/scsi/aic7xxx/aic79xx_osm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx_osm.h b/drivers/scsi/aic7xxx/aic79xx_osm.h index 599e3940db16..2b8331649eeb 100644 --- a/drivers/scsi/aic7xxx/aic79xx_osm.h +++ b/drivers/scsi/aic7xxx/aic79xx_osm.h | |||
@@ -872,8 +872,6 @@ int ahd_platform_abort_scbs(struct ahd_softc *ahd, int target, | |||
872 | role_t role, uint32_t status); | 872 | role_t role, uint32_t status); |
873 | irqreturn_t | 873 | irqreturn_t |
874 | ahd_linux_isr(int irq, void *dev_id, struct pt_regs * regs); | 874 | ahd_linux_isr(int irq, void *dev_id, struct pt_regs * regs); |
875 | void ahd_platform_flushwork(struct ahd_softc *ahd); | ||
876 | int ahd_softc_comp(struct ahd_softc *, struct ahd_softc *); | ||
877 | void ahd_done(struct ahd_softc*, struct scb*); | 875 | void ahd_done(struct ahd_softc*, struct scb*); |
878 | void ahd_send_async(struct ahd_softc *, char channel, | 876 | void ahd_send_async(struct ahd_softc *, char channel, |
879 | u_int target, u_int lun, ac_code, void *); | 877 | u_int target, u_int lun, ac_code, void *); |