summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/ocrdma/ocrdma.h
diff options
context:
space:
mode:
authorSelvin Xavier <selvin.xavier@avagotech.com>2015-10-20 08:47:56 (GMT)
committerDoug Ledford <dledford@redhat.com>2015-10-21 21:28:18 (GMT)
commit5a85f5e9d41bfd8a1fb5136d5ea2815fc75a5271 (patch)
tree44774a3a0cfa1ec197a2061791e18fc870c98acf /drivers/infiniband/hw/ocrdma/ocrdma.h
parent3dd9a5dc24c0bfb1453965a22f5234367a8936e3 (diff)
downloadlinux-5a85f5e9d41bfd8a1fb5136d5ea2815fc75a5271.tar.xz
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 b4091ab..8cd57c7 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 */