diff options
Diffstat (limited to 'drivers/net/pcmcia/smc91c92_cs.c')
-rw-r--r-- | drivers/net/pcmcia/smc91c92_cs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/pcmcia/smc91c92_cs.c b/drivers/net/pcmcia/smc91c92_cs.c index af6728cb49c3..b25f1985d03e 100644 --- a/drivers/net/pcmcia/smc91c92_cs.c +++ b/drivers/net/pcmcia/smc91c92_cs.c | |||
@@ -336,7 +336,6 @@ static int smc91c92_probe(struct pcmcia_device *link) | |||
336 | link->conf.IntType = INT_MEMORY_AND_IO; | 336 | link->conf.IntType = INT_MEMORY_AND_IO; |
337 | 337 | ||
338 | /* The SMC91c92-specific entries in the device structure. */ | 338 | /* The SMC91c92-specific entries in the device structure. */ |
339 | SET_MODULE_OWNER(dev); | ||
340 | dev->hard_start_xmit = &smc_start_xmit; | 339 | dev->hard_start_xmit = &smc_start_xmit; |
341 | dev->get_stats = &smc_get_stats; | 340 | dev->get_stats = &smc_get_stats; |
342 | dev->set_config = &s9k_config; | 341 | dev->set_config = &s9k_config; |