Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 764444f5 authored by Fernando Luis Vazquez Cao's avatar Fernando Luis Vazquez Cao Committed by David S. Miller
Browse files

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: default avatarFernando Luis Vazquez Cao <fernando@oss.ntt.co.jp>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2a89f924
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);