]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
RDMA/ocrdma: Cleanup unused device list and rcu variables
authorSelvin Xavier <selvin.xavier@avagotech.com>
Tue, 20 Oct 2015 08:47:56 +0000 (14:17 +0530)
committerDoug Ledford <dledford@redhat.com>
Wed, 21 Oct 2015 21:28:18 +0000 (17:28 -0400)
commit5a85f5e9d41bfd8a1fb5136d5ea2815fc75a5271
tree44774a3a0cfa1ec197a2061791e18fc870c98acf
parent3dd9a5dc24c0bfb1453965a22f5234367a8936e3
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>
drivers/infiniband/hw/ocrdma/ocrdma.h
drivers/infiniband/hw/ocrdma/ocrdma_main.c