]> nv-tegra.nvidia Code Review - linux-3.10.git/blobdiff - drivers/net/tokenring/smctr.c
[NET]: Nuke SET_MODULE_OWNER macro.
[linux-3.10.git] / drivers / net / tokenring / smctr.c
index f83bb5cb0d3d84e42e428365ee8e98da26369d80..93da3a36cde8915922579b2ba26f91a571361388 100644 (file)
@@ -3583,8 +3583,6 @@ struct net_device __init *smctr_probe(int unit)
        if (!dev)
                return ERR_PTR(-ENOMEM);
 
-       SET_MODULE_OWNER(dev);
-
        if (unit >= 0) {
                sprintf(dev->name, "tr%d", unit);
                netdev_boot_setup_check(dev);