[SCSI] aic7xxx: remove some DV leftovers
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
e4e360c325
commit
c06716fe1c
|
@ -488,15 +488,9 @@ struct ahc_platform_data {
|
||||||
|
|
||||||
spinlock_t spin_lock;
|
spinlock_t spin_lock;
|
||||||
u_int qfrozen;
|
u_int qfrozen;
|
||||||
pid_t dv_pid;
|
|
||||||
struct timer_list completeq_timer;
|
struct timer_list completeq_timer;
|
||||||
struct timer_list reset_timer;
|
struct timer_list reset_timer;
|
||||||
struct semaphore eh_sem;
|
struct semaphore eh_sem;
|
||||||
struct semaphore dv_sem;
|
|
||||||
struct semaphore dv_cmd_sem; /* XXX This needs to be in
|
|
||||||
* the target struct
|
|
||||||
*/
|
|
||||||
struct scsi_device *dv_scsi_dev;
|
|
||||||
struct Scsi_Host *host; /* pointer to scsi host */
|
struct Scsi_Host *host; /* pointer to scsi host */
|
||||||
#define AHC_LINUX_NOIRQ ((uint32_t)~0)
|
#define AHC_LINUX_NOIRQ ((uint32_t)~0)
|
||||||
uint32_t irq; /* IRQ for this adapter */
|
uint32_t irq; /* IRQ for this adapter */
|
||||||
|
|
Loading…
Reference in New Issue