diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index f1b0dbe58464..12d7f4469dc9 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1766,6 +1766,7 @@ static inline int skb_bond_should_drop(struct sk_buff *skb) | |||
1766 | return 0; | 1766 | return 0; |
1767 | } | 1767 | } |
1768 | 1768 | ||
1769 | extern struct pernet_operations __net_initdata loopback_net_ops; | ||
1769 | #endif /* __KERNEL__ */ | 1770 | #endif /* __KERNEL__ */ |
1770 | 1771 | ||
1771 | #endif /* _LINUX_DEV_H */ | 1772 | #endif /* _LINUX_DEV_H */ |