mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
net: __netif_receive_skb should be static
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0c0dbfecbf
commit
10f744d205
|
|
@ -2621,7 +2621,7 @@ void netif_nit_deliver(struct sk_buff *skb)
|
|||
rcu_read_unlock();
|
||||
}
|
||||
|
||||
int __netif_receive_skb(struct sk_buff *skb)
|
||||
static int __netif_receive_skb(struct sk_buff *skb)
|
||||
{
|
||||
struct packet_type *ptype, *pt_prev;
|
||||
struct net_device *orig_dev;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user