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>
This commit is contained in:
Selvin Xavier
2015-10-20 14:17:56 +05:30
committed by Doug Ledford
父節點 3dd9a5dc24
當前提交 5a85f5e9d4
共有 2 個文件被更改,包括 2 次插入15 次删除

查看文件

@@ -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 */