diff mbox

[amirv] IB/ipoib: Use napi api in TX flow [ib-next: ipoib_tx_poll() can be static

Message ID 20150325160415.GA124832@lkp-sb04 (mailing list archive)
State Rejected
Headers show

Commit Message

Fengguang Wu March 25, 2015, 4:04 p.m. UTC
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 ipoib_ib.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
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 mbox

Patch

diff --git a/drivers/infiniband/ulp/ipoib/ipoib_ib.c b/drivers/infiniband/ulp/ipoib/ipoib_ib.c
index 8b7584a..57ce990 100644
--- a/drivers/infiniband/ulp/ipoib/ipoib_ib.c
+++ b/drivers/infiniband/ulp/ipoib/ipoib_ib.c
@@ -421,7 +421,7 @@  poll_more:
 	return done;
 }
 
-int ipoib_tx_poll(struct napi_struct *napi, int budget)
+static int ipoib_tx_poll(struct napi_struct *napi, int budget)
 {
 	struct net_device *dev;
 	int n, i;