aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/libsas.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/libsas.h')
-rw-r--r--include/scsi/libsas.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h
index ad0182ef7809..2e6bdc4e7a0a 100644
--- a/include/scsi/libsas.h
+++ b/include/scsi/libsas.h
@@ -314,8 +314,7 @@ struct scsi_core {
314 struct list_head task_queue; 314 struct list_head task_queue;
315 int task_queue_size; 315 int task_queue_size;
316 316
317 struct semaphore queue_thread_sema; 317 struct task_struct *queue_thread;
318 int queue_thread_kill;
319}; 318};
320 319
321struct sas_ha_event { 320struct sas_ha_event {