diff options
Diffstat (limited to 'drivers/net/pcmcia/pcnet_cs.c')
-rw-r--r-- | drivers/net/pcmcia/pcnet_cs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/pcmcia/pcnet_cs.c b/drivers/net/pcmcia/pcnet_cs.c index 63de89e93b70..49857c1b5067 100644 --- a/drivers/net/pcmcia/pcnet_cs.c +++ b/drivers/net/pcmcia/pcnet_cs.c | |||
@@ -259,7 +259,6 @@ static int pcnet_probe(struct pcmcia_device *link) | |||
259 | link->conf.Attributes = CONF_ENABLE_IRQ; | 259 | link->conf.Attributes = CONF_ENABLE_IRQ; |
260 | link->conf.IntType = INT_MEMORY_AND_IO; | 260 | link->conf.IntType = INT_MEMORY_AND_IO; |
261 | 261 | ||
262 | SET_MODULE_OWNER(dev); | ||
263 | dev->open = &pcnet_open; | 262 | dev->open = &pcnet_open; |
264 | dev->stop = &pcnet_close; | 263 | dev->stop = &pcnet_close; |
265 | dev->set_config = &set_config; | 264 | dev->set_config = &set_config; |