diff options
author | Christoph Hellwig <hch@lst.de> | 2005-05-16 12:51:13 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-05-20 16:54:35 -0400 |
commit | c06716fe1cea97749668c83e8374b453fbd00823 (patch) | |
tree | 25bdeb4b6a09dee33dd0da7f284d710883aea595 | |
parent | e4e360c325c90f7830baaa2a27cd7a1f2bdeb6b0 (diff) |
[SCSI] aic7xxx: remove some DV leftovers
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_osm.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.h b/drivers/scsi/aic7xxx/aic7xxx_osm.h index 956097035219..6ea2bfb8820c 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_osm.h +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.h | |||
@@ -488,15 +488,9 @@ struct ahc_platform_data { | |||
488 | 488 | ||
489 | spinlock_t spin_lock; | 489 | spinlock_t spin_lock; |
490 | u_int qfrozen; | 490 | u_int qfrozen; |
491 | pid_t dv_pid; | ||
492 | struct timer_list completeq_timer; | 491 | struct timer_list completeq_timer; |
493 | struct timer_list reset_timer; | 492 | struct timer_list reset_timer; |
494 | struct semaphore eh_sem; | 493 | struct semaphore eh_sem; |
495 | struct semaphore dv_sem; | ||
496 | struct semaphore dv_cmd_sem; /* XXX This needs to be in | ||
497 | * the target struct | ||
498 | */ | ||
499 | struct scsi_device *dv_scsi_dev; | ||
500 | struct Scsi_Host *host; /* pointer to scsi host */ | 494 | struct Scsi_Host *host; /* pointer to scsi host */ |
501 | #define AHC_LINUX_NOIRQ ((uint32_t)~0) | 495 | #define AHC_LINUX_NOIRQ ((uint32_t)~0) |
502 | uint32_t irq; /* IRQ for this adapter */ | 496 | uint32_t irq; /* IRQ for this adapter */ |