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 86942c09d8da..b46b7e148390 100644 --- a/drivers/net/pcmcia/smc91c92_cs.c +++ b/drivers/net/pcmcia/smc91c92_cs.c | |||
@@ -334,7 +334,6 @@ static int smc91c92_attach(struct pcmcia_device *p_dev) | |||
334 | link->irq.Handler = &smc_interrupt; | 334 | link->irq.Handler = &smc_interrupt; |
335 | link->irq.Instance = dev; | 335 | link->irq.Instance = dev; |
336 | link->conf.Attributes = CONF_ENABLE_IRQ; | 336 | link->conf.Attributes = CONF_ENABLE_IRQ; |
337 | link->conf.Vcc = 50; | ||
338 | link->conf.IntType = INT_MEMORY_AND_IO; | 337 | link->conf.IntType = INT_MEMORY_AND_IO; |
339 | 338 | ||
340 | /* The SMC91c92-specific entries in the device structure. */ | 339 | /* The SMC91c92-specific entries in the device structure. */ |