diff options
Diffstat (limited to 'drivers/net/3c527.c')
-rw-r--r-- | drivers/net/3c527.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/3c527.c b/drivers/net/3c527.c index c7b571be20e0..5b5f44cdfc1d 100644 --- a/drivers/net/3c527.c +++ b/drivers/net/3c527.c | |||
@@ -257,8 +257,6 @@ struct net_device *__init mc32_probe(int unit) | |||
257 | if (unit >= 0) | 257 | if (unit >= 0) |
258 | sprintf(dev->name, "eth%d", unit); | 258 | sprintf(dev->name, "eth%d", unit); |
259 | 259 | ||
260 | SET_MODULE_OWNER(dev); | ||
261 | |||
262 | /* Do not check any supplied i/o locations. | 260 | /* Do not check any supplied i/o locations. |
263 | POS registers usually don't fail :) */ | 261 | POS registers usually don't fail :) */ |
264 | 262 | ||