diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index b31a03bbd14f..2e16f3285d5f 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2414,11 +2414,7 @@ typedef struct scsi_qla_host { | |||
2414 | struct sns_cmd_pkt *sns_cmd; | 2414 | struct sns_cmd_pkt *sns_cmd; |
2415 | dma_addr_t sns_cmd_dma; | 2415 | dma_addr_t sns_cmd_dma; |
2416 | 2416 | ||
2417 | pid_t dpc_pid; | 2417 | struct task_struct *dpc_thread; |
2418 | int dpc_should_die; | ||
2419 | struct completion dpc_inited; | ||
2420 | struct completion dpc_exited; | ||
2421 | struct semaphore *dpc_wait; | ||
2422 | uint8_t dpc_active; /* DPC routine is active */ | 2418 | uint8_t dpc_active; /* DPC routine is active */ |
2423 | 2419 | ||
2424 | /* Timeout timers. */ | 2420 | /* Timeout timers. */ |