diff options
-rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index bcb3ed26af1c..887aa84fcd46 100644 --- a/net/core/dev.c +++ b/net/core/dev.c | |||
@@ -2621,7 +2621,7 @@ void netif_nit_deliver(struct sk_buff *skb) | |||
2621 | rcu_read_unlock(); | 2621 | rcu_read_unlock(); |
2622 | } | 2622 | } |
2623 | 2623 | ||
2624 | int __netif_receive_skb(struct sk_buff *skb) | 2624 | static int __netif_receive_skb(struct sk_buff *skb) |
2625 | { | 2625 | { |
2626 | struct packet_type *ptype, *pt_prev; | 2626 | struct packet_type *ptype, *pt_prev; |
2627 | struct net_device *orig_dev; | 2627 | struct net_device *orig_dev; |