net: Unexport napi_gro_flush().
Nothing outside of net/core/dev.c uses it. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@ -2582,7 +2582,7 @@ out:
|
||||
return netif_receive_skb(skb);
|
||||
}
|
||||
|
||||
void napi_gro_flush(struct napi_struct *napi)
|
||||
static void napi_gro_flush(struct napi_struct *napi)
|
||||
{
|
||||
struct sk_buff *skb, *next;
|
||||
|
||||
@ -2595,7 +2595,6 @@ void napi_gro_flush(struct napi_struct *napi)
|
||||
napi->gro_count = 0;
|
||||
napi->gro_list = NULL;
|
||||
}
|
||||
EXPORT_SYMBOL(napi_gro_flush);
|
||||
|
||||
enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
|
||||
{
|
||||
|
Reference in New Issue
Block a user