]> Git Repo - linux.git/blobdiff - drivers/net/at1700.c
[NET]: Nuke SET_MODULE_OWNER macro.
[linux.git] / drivers / net / at1700.c
index bed8e0ebaf1979b6b1c2200e06b30ca10ba4f4ec..d20148e69fa114a64a861a4cbbd6ec050befdcca 100644 (file)
@@ -225,8 +225,6 @@ struct net_device * __init at1700_probe(int unit)
                dev->irq = irq;
        }
 
-       SET_MODULE_OWNER(dev);
-
        if (io > 0x1ff) {       /* Check a single specified location. */
                err = at1700_probe1(dev, io);
        } else if (io != 0) {   /* Don't probe at all. */
This page took 0.032296 seconds and 4 git commands to generate.