summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorDavid S. Miller2010-01-19 22:46:10 +0100
committerDavid S. Miller2010-01-19 22:46:10 +0100
commit11380a4b2d86fae9a6bce75c9373668cc323fe57 (patch)
treeded9a419d836af9eb0cd0e40858aec1f0cc3b61a /include/linux/netdevice.h
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... (diff)
downloadkernel-qcow2-linux-11380a4b2d86fae9a6bce75c9373668cc323fe57.tar.gz
kernel-qcow2-linux-11380a4b2d86fae9a6bce75c9373668cc323fe57.tar.xz
kernel-qcow2-linux-11380a4b2d86fae9a6bce75c9373668cc323fe57.zip
net: Unexport napi_gro_flush().
Nothing outside of net/core/dev.c uses it. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index a3fccc85b1a0..468a11dea58c 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1527,7 +1527,6 @@ extern int netif_rx(struct sk_buff *skb);
extern int netif_rx_ni(struct sk_buff *skb);
#define HAVE_NETIF_RECEIVE_SKB 1
extern int netif_receive_skb(struct sk_buff *skb);
-extern void napi_gro_flush(struct napi_struct *napi);
extern gro_result_t dev_gro_receive(struct napi_struct *napi,
struct sk_buff *skb);
extern gro_result_t napi_skb_finish(gro_result_t ret, struct sk_buff *skb);