On Sat, 2006-04-29 at 15:29 +0100, Ralf Baechle DL5RB wrote: > 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;
Are these done by anything else now? Did something change to make SET_MODULE_OWNER useless in individual drivers? I'm asking because I was fairly sure that SET_MODULE_OWNER set up some sysfs links and such that HAL depends on to figure out information about the driver and hardware device, much like SET_NETDEV_DEV. Dan - 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