Skip to content

Commit

Permalink
net: __netif_receive_skb should be static
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Mar 29, 2010
1 parent 0c0dbfe commit 10f744d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10f744d

Please sign in to comment.