aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/remote_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/isci/remote_device.h')
-rw-r--r--drivers/scsi/isci/remote_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/remote_device.h b/drivers/scsi/isci/remote_device.h
index 3c22137c9f65..f45a5f064fce 100644
--- a/drivers/scsi/isci/remote_device.h
+++ b/drivers/scsi/isci/remote_device.h
@@ -63,8 +63,8 @@ struct isci_remote_device {
63 enum isci_status status; 63 enum isci_status status;
64 #define IDEV_START_PENDING 0 64 #define IDEV_START_PENDING 0
65 #define IDEV_STOP_PENDING 1 65 #define IDEV_STOP_PENDING 1
66 #define IDEV_ALLOCATED 2
66 unsigned long flags; 67 unsigned long flags;
67 struct completion *cmp;
68 struct isci_port *isci_port; 68 struct isci_port *isci_port;
69 struct domain_device *domain_dev; 69 struct domain_device *domain_dev;
70 struct list_head node; 70 struct list_head node;