diff options
Diffstat (limited to 'drivers/infiniband/hw/cxgb3/iwch_provider.c')
-rw-r--r-- | drivers/infiniband/hw/cxgb3/iwch_provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb3/iwch_provider.c b/drivers/infiniband/hw/cxgb3/iwch_provider.c index 2aef122f9955..9947a144a929 100644 --- a/drivers/infiniband/hw/cxgb3/iwch_provider.c +++ b/drivers/infiniband/hw/cxgb3/iwch_provider.c | |||
@@ -948,7 +948,7 @@ void iwch_qp_rem_ref(struct ib_qp *qp) | |||
948 | wake_up(&(to_iwch_qp(qp)->wait)); | 948 | wake_up(&(to_iwch_qp(qp)->wait)); |
949 | } | 949 | } |
950 | 950 | ||
951 | struct ib_qp *iwch_get_qp(struct ib_device *dev, int qpn) | 951 | static struct ib_qp *iwch_get_qp(struct ib_device *dev, int qpn) |
952 | { | 952 | { |
953 | PDBG("%s ib_dev %p qpn 0x%x\n", __FUNCTION__, dev, qpn); | 953 | PDBG("%s ib_dev %p qpn 0x%x\n", __FUNCTION__, dev, qpn); |
954 | return (struct ib_qp *)get_qhp(to_iwch_dev(dev), qpn); | 954 | return (struct ib_qp *)get_qhp(to_iwch_dev(dev), qpn); |