Commit c3f760ef authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller

net: remove netif_tx_napi_add()

All callers are now gone.
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 977f1aa5
......@@ -2569,8 +2569,6 @@ netif_napi_add_tx_weight(struct net_device *dev,
netif_napi_add_weight(dev, napi, poll, weight);
}
#define netif_tx_napi_add netif_napi_add_tx_weight
/**
* netif_napi_add_tx() - initialize a NAPI context to be used for Tx only
* @dev: network device
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment