diff options
Diffstat (limited to 'drivers/net/sun3lance.c')
-rw-r--r-- | drivers/net/sun3lance.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/sun3lance.c b/drivers/net/sun3lance.c index f1548c033327..c67632dcac49 100644 --- a/drivers/net/sun3lance.c +++ b/drivers/net/sun3lance.c | |||
@@ -274,7 +274,6 @@ struct net_device * __init sun3lance_probe(int unit) | |||
274 | sprintf(dev->name, "eth%d", unit); | 274 | sprintf(dev->name, "eth%d", unit); |
275 | netdev_boot_setup_check(dev); | 275 | netdev_boot_setup_check(dev); |
276 | } | 276 | } |
277 | SET_MODULE_OWNER(dev); | ||
278 | 277 | ||
279 | if (!lance_probe(dev)) | 278 | if (!lance_probe(dev)) |
280 | goto out; | 279 | goto out; |