aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-08-31 17:00:58 -0700
committerDavid S. Miller <davem@davemloft.net>2022-09-02 12:41:43 +0100
commitc3f760ef128789252e7c4f10d3c1721422dceba9 (patch)
tree203a5d722b17499ed594679c807dcd977c8c487d /include/linux/netdevice.h
parentnet: bql: add more documentation (diff)
downloadlinux-dev-c3f760ef128789252e7c4f10d3c1721422dceba9.tar.xz
linux-dev-c3f760ef128789252e7c4f10d3c1721422dceba9.zip
net: remove netif_tx_napi_add()
All callers are now gone. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index cfe41c053e11..f0068c1ff1df 100644
--- 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