diff options
Diffstat (limited to 'drivers/net/plip.c')
-rw-r--r-- | drivers/net/plip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/plip.c b/drivers/net/plip.c index 8754cf3356b0..2cfab4b36654 100644 --- a/drivers/net/plip.c +++ b/drivers/net/plip.c | |||
@@ -1278,7 +1278,6 @@ static void plip_attach (struct parport *port) | |||
1278 | 1278 | ||
1279 | strcpy(dev->name, name); | 1279 | strcpy(dev->name, name); |
1280 | 1280 | ||
1281 | SET_MODULE_OWNER(dev); | ||
1282 | dev->irq = port->irq; | 1281 | dev->irq = port->irq; |
1283 | dev->base_addr = port->base; | 1282 | dev->base_addr = port->base; |
1284 | if (port->irq == -1) { | 1283 | if (port->irq == -1) { |