diff options
author | Fernando Luis Vazquez Cao <fernando_b1@lab.ntt.co.jp> | 2013-03-13 12:57:25 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-15 08:30:46 -0400 |
commit | 764444f5a324ad5a272773f078192819084388ce (patch) | |
tree | 5917634cfb1330d2188de52316ecee9bc7c190cc /include | |
parent | 2a89f9247ae43a2cf36fbc07b21b5792fc7b9efe (diff) |
net: clean leftover of COMPAT_NET_DEV_OPS removal
COMPAT_NET_DEV_OPS was removed a while back and with it the definition of
netdev_resync_ops() went away. Let's finish the clean-up.
Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 9fc1ab0c8914..56e3e0665272 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1692,7 +1692,6 @@ extern int netdev_refcnt_read(const struct net_device *dev); | |||
1692 | extern void free_netdev(struct net_device *dev); | 1692 | extern void free_netdev(struct net_device *dev); |
1693 | extern void synchronize_net(void); | 1693 | extern void synchronize_net(void); |
1694 | extern int init_dummy_netdev(struct net_device *dev); | 1694 | extern int init_dummy_netdev(struct net_device *dev); |
1695 | extern void netdev_resync_ops(struct net_device *dev); | ||
1696 | 1695 | ||
1697 | extern struct net_device *dev_get_by_index(struct net *net, int ifindex); | 1696 | extern struct net_device *dev_get_by_index(struct net *net, int ifindex); |
1698 | extern struct net_device *__dev_get_by_index(struct net *net, int ifindex); | 1697 | extern struct net_device *__dev_get_by_index(struct net *net, int ifindex); |