summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/port.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-03-03 18:01:43 -0800
committerDan Williams <dan.j.williams@intel.com>2011-07-03 03:55:29 -0700
commit1a38045ba88ed3bee6c57444670fb639c8b61be7 (patch)
tree9a1fc0caf72e2cd8f236e1675e2918fc6498b5c9 /drivers/scsi/isci/port.h
parentd9c37390c4f02153188a64a7a89fa6798dc3ffc2 (diff)
downloadlinux-1a38045ba88ed3bee6c57444670fb639c8b61be7.tar.bz2
isci: replace remote_device_lock with scic_lock
The remote_device_lock is currently used to protect a controller global resource (RNCs), but the remote_device_lock is per-port. Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/port.h')
-rw-r--r--drivers/scsi/isci/port.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/isci/port.h b/drivers/scsi/isci/port.h
index b864d70363e7..b7a7dd7dca69 100644
--- a/drivers/scsi/isci/port.h
+++ b/drivers/scsi/isci/port.h
@@ -90,7 +90,6 @@ struct isci_port {
struct isci_host *isci_host;
struct asd_sas_port sas_port;
struct list_head remote_dev_list;
- spinlock_t remote_device_lock;
spinlock_t state_lock;
struct list_head domain_dev_list;
struct completion start_complete;