diff options
Diffstat (limited to 'drivers/net/pcmcia/com20020_cs.c')
-rw-r--r-- | drivers/net/pcmcia/com20020_cs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/pcmcia/com20020_cs.c b/drivers/net/pcmcia/com20020_cs.c index 0748c3d49544..e14d3d18b97d 100644 --- a/drivers/net/pcmcia/com20020_cs.c +++ b/drivers/net/pcmcia/com20020_cs.c | |||
@@ -178,7 +178,6 @@ static int com20020_attach(struct pcmcia_device *p_dev) | |||
178 | link->irq.Attributes = IRQ_TYPE_EXCLUSIVE; | 178 | link->irq.Attributes = IRQ_TYPE_EXCLUSIVE; |
179 | link->irq.IRQInfo1 = IRQ_LEVEL_ID; | 179 | link->irq.IRQInfo1 = IRQ_LEVEL_ID; |
180 | link->conf.Attributes = CONF_ENABLE_IRQ; | 180 | link->conf.Attributes = CONF_ENABLE_IRQ; |
181 | link->conf.Vcc = 50; | ||
182 | link->conf.IntType = INT_MEMORY_AND_IO; | 181 | link->conf.IntType = INT_MEMORY_AND_IO; |
183 | link->conf.Present = PRESENT_OPTION; | 182 | link->conf.Present = PRESENT_OPTION; |
184 | 183 | ||