projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
977f1aa
)
net: remove netif_tx_napi_add()
author
Jakub Kicinski
<kuba@kernel.org>
Thu, 1 Sep 2022 00:00:58 +0000
(17:00 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 2 Sep 2022 11:41:43 +0000
(12:41 +0100)
All callers are now gone.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
patch
|
blob
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index cfe41c053e11f6bd753975c2aaee51314c4a7349..f0068c1ff1dfbfe625a12fd0fcd5955ed6ff1065 100644
(file)
--- a/
include/linux/netdevice.h
+++ b/
include/linux/netdevice.h
@@
-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