[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190521110112.GA89318@lkp-kbuild13>
Date: Tue, 21 May 2019 19:01:12 +0800
From: kbuild test robot <lkp@...el.com>
To: Vishal Kulkarni <vishal@...lsio.com>
Cc: kbuild-all@...org, netdev@...r.kernel.org, davem@...emloft.net,
nirranjan@...lsio.com, indranil@...lsio.com, dt@...lsio.com,
Vishal Kulkarni <vishal@...lsio.com>
Subject: [RFC PATCH] cxgb4: t4_get_tp_e2c_map() can be static
Fixes: 2b22a51be851 ("cxgb4: Enable hash filter with offload")
Signed-off-by: kbuild test robot <lkp@...el.com>
---
t4_hw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4_hw.c b/drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
index 866ee31..c85dcbf 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
+++ b/drivers/net/ethernet/chelsio/cxgb4/t4_hw.c
@@ -6213,7 +6213,7 @@ unsigned int t4_get_mps_bg_map(struct adapter *adapter, int pidx)
* @adapter: the adapter
* @pidx: the port index
*/
-unsigned int t4_get_tp_e2c_map(struct adapter *adapter, int pidx)
+static unsigned int t4_get_tp_e2c_map(struct adapter *adapter, int pidx)
{
unsigned int nports;
u32 param, val = 0;
Powered by blists - more mailing lists