aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma/ocrdma.h
diff options
context:
space:
mode:
authorSelvin Xavier <selvin.xavier@avagotech.com>2015-10-20 14:17:56 +0530
committerDoug Ledford <dledford@redhat.com>2015-10-21 17:28:18 -0400
commit5a85f5e9d41bfd8a1fb5136d5ea2815fc75a5271 (patch)
tree44774a3a0cfa1ec197a2061791e18fc870c98acf /drivers/infiniband/hw/ocrdma/ocrdma.h
parentiw_cxgb4: reverse the ord/ird in the ESTABLISHED upcall (diff)
downloadlinux-dev-5a85f5e9d41bfd8a1fb5136d5ea2815fc75a5271.tar.xz
linux-dev-5a85f5e9d41bfd8a1fb5136d5ea2815fc75a5271.zip
RDMA/ocrdma: Cleanup unused device list and rcu variables
ocrdma_dev_list is not used by the driver. So removing the references of this variable. dev->rcu was introduced for the ipv6 notifier for GID management. This is no longer required as the GID management is outside the HW driver. Signed-off-by: Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com> Signed-off-by: Selvin Xavier <selvin.xavier@avagotech.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/ocrdma/ocrdma.h')
-rw-r--r--drivers/infiniband/hw/ocrdma/ocrdma.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ocrdma/ocrdma.h b/drivers/infiniband/hw/ocrdma/ocrdma.h
index b4091ab48db0..8cd57c77e122 100644
--- a/drivers/infiniband/hw/ocrdma/ocrdma.h
+++ b/drivers/infiniband/hw/ocrdma/ocrdma.h
@@ -278,7 +278,6 @@ struct ocrdma_dev {
u32 hba_port_num;
struct list_head entry;
- struct rcu_head rcu;
int id;
u64 *stag_arr;
u8 sl; /* service level */