diff options
Diffstat (limited to 'drivers/net/smc9194.c')
-rw-r--r-- | drivers/net/smc9194.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/smc9194.c b/drivers/net/smc9194.c index 36c1ebadbf20..0a79516d196e 100644 --- a/drivers/net/smc9194.c +++ b/drivers/net/smc9194.c | |||
@@ -744,8 +744,6 @@ struct net_device * __init smc_init(int unit) | |||
744 | irq = dev->irq; | 744 | irq = dev->irq; |
745 | } | 745 | } |
746 | 746 | ||
747 | SET_MODULE_OWNER(dev); | ||
748 | |||
749 | if (io > 0x1ff) { /* Check a single specified location. */ | 747 | if (io > 0x1ff) { /* Check a single specified location. */ |
750 | err = smc_probe(dev, io); | 748 | err = smc_probe(dev, io); |
751 | } else if (io != 0) { /* Don't probe at all. */ | 749 | } else if (io != 0) { /* Don't probe at all. */ |