diff mbox

net: clean leftover of COMPAT_NET_DEV_OPS removal

Message ID 1363229845.5774.2.camel@nexus
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Fernando Luis Vazquez Cao March 14, 2013, 2:57 a.m. UTC
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>
---



--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller March 15, 2013, 12:31 p.m. UTC | #1
From: Fernando Luis Vázquez Cao <fernando_b1@lab.ntt.co.jp>
Date: Thu, 14 Mar 2013 11:57:25 +0900

> 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>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff -urNp linux-3.9-rc2-orig/include/linux/netdevice.h linux-3.9-rc2/include/linux/netdevice.h
--- linux-3.9-rc2-orig/include/linux/netdevice.h	2013-03-11 08:54:19.000000000 +0900
+++ linux-3.9-rc2/include/linux/netdevice.h	2013-03-14 11:45:58.686715874 +0900
@@ -1684,7 +1684,6 @@  extern int 		netdev_refcnt_read(const st
 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);