aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/scsi/aic7xxx/aic7xxx_osm.h6
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 */