diff options
Diffstat (limited to 'drivers/scsi/pcmcia/fdomain_stub.c')
-rw-r--r-- | drivers/scsi/pcmcia/fdomain_stub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/pcmcia/fdomain_stub.c b/drivers/scsi/pcmcia/fdomain_stub.c index 20b9b27c60dd..b3cd206ad652 100644 --- a/drivers/scsi/pcmcia/fdomain_stub.c +++ b/drivers/scsi/pcmcia/fdomain_stub.c | |||
@@ -101,7 +101,6 @@ static int fdomain_attach(struct pcmcia_device *p_dev) | |||
101 | link->irq.Attributes = IRQ_TYPE_EXCLUSIVE; | 101 | link->irq.Attributes = IRQ_TYPE_EXCLUSIVE; |
102 | link->irq.IRQInfo1 = IRQ_LEVEL_ID; | 102 | link->irq.IRQInfo1 = IRQ_LEVEL_ID; |
103 | link->conf.Attributes = CONF_ENABLE_IRQ; | 103 | link->conf.Attributes = CONF_ENABLE_IRQ; |
104 | link->conf.Vcc = 50; | ||
105 | link->conf.IntType = INT_MEMORY_AND_IO; | 104 | link->conf.IntType = INT_MEMORY_AND_IO; |
106 | link->conf.Present = PRESENT_OPTION; | 105 | link->conf.Present = PRESENT_OPTION; |
107 | 106 | ||