diff options
author | David S. Miller <davem@davemloft.net> | 2008-11-07 22:52:14 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-07 22:52:14 -0800 |
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 12d7f4469dc..f1b0dbe5846 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) return 0; } -extern struct pernet_operations __net_initdata loopback_net_ops; #endif /* __KERNEL__ */ #endif /* _LINUX_DEV_H */ |