Skip to content

Commit c3f760e

Browse files
kuba-moodavem330
authored andcommitted
net: remove netif_tx_napi_add()
All callers are now gone. Signed-off-by: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 977f1aa commit c3f760e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/netdevice.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2569,8 +2569,6 @@ netif_napi_add_tx_weight(struct net_device *dev,
25692569
netif_napi_add_weight(dev, napi, poll, weight);
25702570
}
25712571

2572-
#define netif_tx_napi_add netif_napi_add_tx_weight
2573-
25742572
/**
25752573
* netif_napi_add_tx() - initialize a NAPI context to be used for Tx only
25762574
* @dev: network device

0 commit comments

Comments
 (0)