]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/e2100.c
hwmon: (adt7473) Fix voltage conversion routines
[linux-2.6-omap-h63xx.git] / drivers / net / e2100.c
index b2b0a96218ca9a339e11500f7da6c2a9cc732a7a..6390f51ea6fbdc7e455ed70c6650b29edc53fc8a 100644 (file)
@@ -124,8 +124,6 @@ static int  __init do_e2100_probe(struct net_device *dev)
        int base_addr = dev->base_addr;
        int irq = dev->irq;
 
-       SET_MODULE_OWNER(dev);
-
        if (base_addr > 0x1ff)          /* Check a single specified location. */
                return e21_probe1(dev, base_addr);
        else if (base_addr != 0)        /* Don't probe at all. */