diff options
author | Adam Radford <aradford@gmail.com> | 2014-07-10 00:17:55 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-09-16 18:09:53 +0200 |
commit | c21bb25e8a8653c6d5ba1bec5c6ef4a20ee35347 (patch) | |
tree | 3f86b6a54fe15fd2b70124d82eb2245e7ba5a66f /drivers/scsi/megaraid | |
parent | megaraid_sas: Add missing initial call to megasas_get_ld_vf_affiliation(). (diff) | |
download | linux-c21bb25e8a8653c6d5ba1bec5c6ef4a20ee35347.tar.xz linux-c21bb25e8a8653c6d5ba1bec5c6ef4a20ee35347.zip |
megaraid_sas: Remove unused variables in megasas_instance
The following patch for megaraid_sas removes some unused variables from the megasas_instance structure.
Signed-off-by: Adam Radford <aradford@gmail.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/megaraid')
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h index 2e4b808b5686..2e2fcb2c620c 100644 --- a/drivers/scsi/megaraid/megaraid_sas.h +++ b/drivers/scsi/megaraid/megaraid_sas.h @@ -1633,8 +1633,6 @@ struct megasas_instance { struct timer_list sriov_heartbeat_timer; char skip_heartbeat_timer_del; u8 requestorId; - u64 initiator_sas_address; - u64 ld_sas_address[64]; char PlasmaFW111; char mpio; int throttlequeuedepth; |