diff options
author | David S. Miller <davem@davemloft.net> | 2008-11-08 01:52:14 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-08 01:52:14 -0500 |
commit | 3d8160b1493bcadca74fbb635d79b3928b8999cf (patch) | |
tree | 901a01cd2170f4eddaba38e05b17683acb9cc0de /include/linux/netdevice.h | |
parent | 167c6274c30d17c41742096d1a12c32bd3b7e366 (diff) |
Revert "net: Guaranetee the proper ordering of the loopback device."
This reverts commit ae33bc40c0d96d02f51a996482ea7e41c5152695.
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 12d7f4469dc9..f1b0dbe58464 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1766,7 +1766,6 @@ 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; | ||
1770 | #endif /* __KERNEL__ */ | 1769 | #endif /* __KERNEL__ */ |
1771 | 1770 | ||
1772 | #endif /* _LINUX_DEV_H */ | 1771 | #endif /* _LINUX_DEV_H */ |