diff options
Diffstat (limited to 'drivers/net/ne-h8300.c')
-rw-r--r-- | drivers/net/ne-h8300.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ne-h8300.c b/drivers/net/ne-h8300.c index 38fd525f0f13..a0f35361fbec 100644 --- a/drivers/net/ne-h8300.c +++ b/drivers/net/ne-h8300.c | |||
@@ -149,8 +149,6 @@ static int __init do_ne_probe(struct net_device *dev) | |||
149 | { | 149 | { |
150 | unsigned int base_addr = dev->base_addr; | 150 | unsigned int base_addr = dev->base_addr; |
151 | 151 | ||
152 | SET_MODULE_OWNER(dev); | ||
153 | |||
154 | /* First check any supplied i/o locations. User knows best. <cough> */ | 152 | /* First check any supplied i/o locations. User knows best. <cough> */ |
155 | if (base_addr > 0x1ff) /* Check a single specified location. */ | 153 | if (base_addr > 0x1ff) /* Check a single specified location. */ |
156 | return ne_probe1(dev, base_addr); | 154 | return ne_probe1(dev, base_addr); |