Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> --
net/netrom/nr_dev.c | 1 - net/rose/rose_dev.c | 1 - 2 files changed, 2 deletions(-) Index: linux-net.git/net/netrom/nr_dev.c =================================================================== --- linux-net.git.orig/net/netrom/nr_dev.c 2006-04-29 01:43:47.000000000 +0100 +++ linux-net.git/net/netrom/nr_dev.c 2006-04-29 11:38:00.000000000 +0100 @@ -185,7 +185,6 @@ static struct net_device_stats *nr_get_s void nr_setup(struct net_device *dev) { - SET_MODULE_OWNER(dev); dev->mtu = NR_MAX_PACKET_SIZE; dev->hard_start_xmit = nr_xmit; dev->open = nr_open; Index: linux-net.git/net/rose/rose_dev.c =================================================================== --- linux-net.git.orig/net/rose/rose_dev.c 2006-04-29 01:43:47.000000000 +0100 +++ linux-net.git/net/rose/rose_dev.c 2006-04-29 11:38:00.000000000 +0100 @@ -135,7 +135,6 @@ static struct net_device_stats *rose_get void rose_setup(struct net_device *dev) { - SET_MODULE_OWNER(dev); dev->mtu = ROSE_MAX_PACKET_SIZE - 2; dev->hard_start_xmit = rose_xmit; dev->open = rose_open; - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html