aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx/aic79xx_osm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/aic7xxx/aic79xx_osm.h')
-rw-r--r--drivers/scsi/aic7xxx/aic79xx_osm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/scsi/aic7xxx/aic79xx_osm.h b/drivers/scsi/aic7xxx/aic79xx_osm.h
index 9cb101345107..599e3940db16 100644
--- a/drivers/scsi/aic7xxx/aic79xx_osm.h
+++ b/drivers/scsi/aic7xxx/aic79xx_osm.h
@@ -381,15 +381,12 @@ struct ahd_platform_data {
381 struct scsi_target *starget[AHD_NUM_TARGETS]; 381 struct scsi_target *starget[AHD_NUM_TARGETS];
382 382
383 spinlock_t spin_lock; 383 spinlock_t spin_lock;
384 u_int qfrozen; 384 struct completion *eh_done;
385 struct semaphore eh_sem;
386 struct Scsi_Host *host; /* pointer to scsi host */ 385 struct Scsi_Host *host; /* pointer to scsi host */
387#define AHD_LINUX_NOIRQ ((uint32_t)~0) 386#define AHD_LINUX_NOIRQ ((uint32_t)~0)
388 uint32_t irq; /* IRQ for this adapter */ 387 uint32_t irq; /* IRQ for this adapter */
389 uint32_t bios_address; 388 uint32_t bios_address;
390 uint32_t mem_busaddr; /* Mem Base Addr */ 389 uint32_t mem_busaddr; /* Mem Base Addr */
391#define AHD_SCB_UP_EH_SEM 0x1
392 uint32_t flags;
393}; 390};
394 391
395/************************** OS Utility Wrappers *******************************/ 392/************************** OS Utility Wrappers *******************************/