[SCSI] async: introduce 'async_domain' type
[deliverable/linux.git] / drivers / scsi / scsi_priv.h
index 13d74da5dfabe89ae44157e383f7fe1c07a3abc8..8f9a0cadc296fbe6c6c5ef6aa275267c626a8e7e 100644 (file)
@@ -2,6 +2,7 @@
 #define _SCSI_PRIV_H
 
 #include <linux/device.h>
+#include <linux/async.h>
 #include <scsi/scsi_device.h>
 
 struct request_queue;
@@ -163,7 +164,7 @@ static inline int scsi_autopm_get_host(struct Scsi_Host *h) { return 0; }
 static inline void scsi_autopm_put_host(struct Scsi_Host *h) {}
 #endif /* CONFIG_PM_RUNTIME */
 
-extern struct list_head scsi_sd_probe_domain;
+extern struct async_domain scsi_sd_probe_domain;
 
 /* 
  * internal scsi timeout functions: for use by mid-layer and transport
This page took 0.034378 seconds and 5 git commands to generate.