Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10f744d2 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: __netif_receive_skb should be static

parent 0c0dbfec
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2621,7 +2621,7 @@ void netif_nit_deliver(struct sk_buff *skb)
	rcu_read_unlock();
	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 packet_type *ptype, *pt_prev;
	struct net_device *orig_dev;
	struct net_device *orig_dev;