projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eca4450
)
RDMA/hns: Remove unused function hns_roce_init_eq_table()
author
Lijun Ou
<oulijun@huawei.com>
Mon, 6 Jan 2020 12:21:11 +0000
(20:21 +0800)
committer
Jason Gunthorpe
<jgg@mellanox.com>
Tue, 7 Jan 2020 20:26:32 +0000
(16:26 -0400)
hns_roce_init_eq_table() is an unused function that only retains its
declaration in driver.
Link:
https://lore.kernel.org/r/1578313276-29080-3-git-send-email-liweihang@huawei.com
Signed-off-by: Lijun Ou <oulijun@huawei.com>
Signed-off-by: Weihang Li <liweihang@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/hns/hns_roce_device.h
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/hns/hns_roce_device.h
b/drivers/infiniband/hw/hns/hns_roce_device.h
index
416341a
..
e447c40
100644
(file)
--- a/
drivers/infiniband/hw/hns/hns_roce_device.h
+++ b/
drivers/infiniband/hw/hns/hns_roce_device.h
@@
-1132,7
+1132,6
@@
int hns_roce_mtr_find(struct hns_roce_dev *hr_dev, struct hns_roce_mtr *mtr,
int hns_roce_init_pd_table(struct hns_roce_dev *hr_dev);
int hns_roce_init_mr_table(struct hns_roce_dev *hr_dev);
-int hns_roce_init_eq_table(struct hns_roce_dev *hr_dev);
int hns_roce_init_cq_table(struct hns_roce_dev *hr_dev);
int hns_roce_init_qp_table(struct hns_roce_dev *hr_dev);
int hns_roce_init_srq_table(struct hns_roce_dev *hr_dev);