From: Fernando Luis Vazquez Cao Date: Wed, 13 Mar 2013 16:57:25 +0000 (+0000) Subject: net: clean leftover of COMPAT_NET_DEV_OPS removal X-Git-Tag: v3.10-rc1~66^2~454 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=764444f5a324ad5a272773f078192819084388ce;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Signed-off-by: David S. Miller --- diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 9fc1ab0..56e3e06 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); extern void free_netdev(struct net_device *dev); extern void synchronize_net(void); extern int init_dummy_netdev(struct net_device *dev); -extern void netdev_resync_ops(struct net_device *dev); extern struct net_device *dev_get_by_index(struct net *net, int ifindex); extern struct net_device *__dev_get_by_index(struct net *net, int ifindex);