diff options
author | David S. Miller <davem@davemloft.net> | 2010-01-19 16:46:10 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-01-19 16:46:10 -0500 |
commit | 11380a4b2d86fae9a6bce75c9373668cc323fe57 (patch) | |
tree | ded9a419d836af9eb0cd0e40858aec1f0cc3b61a /net/core/dev.c | |
parent | 6373464288cab09bc641be301d8d30fc9f64ba71 (diff) |
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 'net/core/dev.c')
-rw-r--r-- | net/core/dev.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index a008f6987a95..5747b9edc1bb 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -2582,7 +2582,7 @@ out: | |||
2582 | return netif_receive_skb(skb); | 2582 | return netif_receive_skb(skb); |
2583 | } | 2583 | } |
2584 | 2584 | ||
2585 | void napi_gro_flush(struct napi_struct *napi) | 2585 | static void napi_gro_flush(struct napi_struct *napi) |
2586 | { | 2586 | { |
2587 | struct sk_buff *skb, *next; | 2587 | struct sk_buff *skb, *next; |
2588 | 2588 | ||
@@ -2595,7 +2595,6 @@ void napi_gro_flush(struct napi_struct *napi) | |||
2595 | napi->gro_count = 0; | 2595 | napi->gro_count = 0; |
2596 | napi->gro_list = NULL; | 2596 | napi->gro_list = NULL; |
2597 | } | 2597 | } |
2598 | EXPORT_SYMBOL(napi_gro_flush); | ||
2599 | 2598 | ||
2600 | enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb) | 2599 | enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb) |
2601 | { | 2600 | { |