diff options
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_osm.h')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_osm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.h b/drivers/scsi/aic7xxx/aic7xxx_osm.h index e0edacae895f..a20b08c9ff15 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_osm.h +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.h | |||
@@ -369,15 +369,12 @@ struct ahc_platform_data { | |||
369 | 369 | ||
370 | spinlock_t spin_lock; | 370 | spinlock_t spin_lock; |
371 | u_int qfrozen; | 371 | u_int qfrozen; |
372 | struct semaphore eh_sem; | 372 | struct completion *eh_done; |
373 | struct Scsi_Host *host; /* pointer to scsi host */ | 373 | struct Scsi_Host *host; /* pointer to scsi host */ |
374 | #define AHC_LINUX_NOIRQ ((uint32_t)~0) | 374 | #define AHC_LINUX_NOIRQ ((uint32_t)~0) |
375 | uint32_t irq; /* IRQ for this adapter */ | 375 | uint32_t irq; /* IRQ for this adapter */ |
376 | uint32_t bios_address; | 376 | uint32_t bios_address; |
377 | uint32_t mem_busaddr; /* Mem Base Addr */ | 377 | uint32_t mem_busaddr; /* Mem Base Addr */ |
378 | |||
379 | #define AHC_UP_EH_SEMAPHORE 0x1 | ||
380 | uint32_t flags; | ||
381 | }; | 378 | }; |
382 | 379 | ||
383 | /************************** OS Utility Wrappers *******************************/ | 380 | /************************** OS Utility Wrappers *******************************/ |