Message ID | 1476388576-22863-3-git-send-email-hch@lst.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
> > Signed-off-by: Christoph Hellwig <hch@lst.de> Fine. Reviewed-by: Steve Wise <swise@opengridcomputing.com> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/providers/cxgb3/cq.c b/providers/cxgb3/cq.c index 1510d1e..a6158ce 100644 --- a/providers/cxgb3/cq.c +++ b/providers/cxgb3/cq.c @@ -255,7 +255,7 @@ skip_cqe: * -EAGAIN caller must try again * any other -errno fatal error */ -int iwch_poll_cq_one(struct iwch_device *rhp, struct iwch_cq *chp, +static int iwch_poll_cq_one(struct iwch_device *rhp, struct iwch_cq *chp, struct ibv_wc *wc) { struct iwch_qp *qhp = NULL; diff --git a/providers/cxgb3/iwch.c b/providers/cxgb3/iwch.c index 804726c..a03bced 100644 --- a/providers/cxgb3/iwch.c +++ b/providers/cxgb3/iwch.c @@ -61,7 +61,7 @@ .device = PCI_DEVICE_ID_CHELSIO_##d, \ .type = CHELSIO_##t } -struct { +static struct { unsigned vendor; unsigned device; enum iwch_hca_type type;
Signed-off-by: Christoph Hellwig <hch@lst.de> --- providers/cxgb3/cq.c | 2 +- providers/cxgb3/iwch.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)