summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas/hisi_sas.h
diff options
context:
space:
mode:
authorJohn Garry <john.garry@huawei.com>2015-11-17 19:50:38 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2015-11-26 06:12:55 +0300
commit5d74242e37feb5d06aecb3118d642ff621d08b75 (patch)
tree700f32e372c828d8206f2694d05b737ff7819f2d /drivers/scsi/hisi_sas/hisi_sas.h
parent9101a0792d2ad49a0bf293d346f391c198d72843 (diff)
downloadlinux-5d74242e37feb5d06aecb3118d642ff621d08b75.tar.xz
hisi_sas: Add phy SAS ADDR initialization
The SAS address for the HBA comes from the device tree. Signed-off-by: John Garry <john.garry@huawei.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/hisi_sas/hisi_sas.h')
-rw-r--r--drivers/scsi/hisi_sas/hisi_sas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/hisi_sas/hisi_sas.h b/drivers/scsi/hisi_sas/hisi_sas.h
index 315fe4640d88..c50384f60be6 100644
--- a/drivers/scsi/hisi_sas/hisi_sas.h
+++ b/drivers/scsi/hisi_sas/hisi_sas.h
@@ -39,6 +39,7 @@
struct hisi_sas_phy {
struct asd_sas_phy sas_phy;
+ u64 dev_sas_addr;
};
struct hisi_sas_port {