提交 c41419b0 编写于 作者: N Nicholas Mc Guire 提交者: David S. Miller

liquidio: declare liquidio_set_rxcsum_command static

liquidio_set_rxcsum_command is a local function only, no need to expose
it outside of lio_main.c so declare it static and make sparse happy.
Signed-off-by: NNicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 54c151d9
...@@ -3190,7 +3190,7 @@ static int liquidio_vlan_rx_kill_vid(struct net_device *netdev, ...@@ -3190,7 +3190,7 @@ static int liquidio_vlan_rx_kill_vid(struct net_device *netdev,
* OCTNET_CMD_RXCSUM_DISABLE * OCTNET_CMD_RXCSUM_DISABLE
* @returns SUCCESS or FAILURE * @returns SUCCESS or FAILURE
*/ */
int liquidio_set_rxcsum_command(struct net_device *netdev, int command, static int liquidio_set_rxcsum_command(struct net_device *netdev, int command,
u8 rx_cmd) u8 rx_cmd)
{ {
struct lio *lio = GET_LIO(netdev); struct lio *lio = GET_LIO(netdev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册