diff options
Diffstat (limited to 'drivers/scsi/pcmcia/sym53c500_cs.c')
-rw-r--r-- | drivers/scsi/pcmcia/sym53c500_cs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/pcmcia/sym53c500_cs.c b/drivers/scsi/pcmcia/sym53c500_cs.c index 4a6988567de5..2bce7b070a4e 100644 --- a/drivers/scsi/pcmcia/sym53c500_cs.c +++ b/drivers/scsi/pcmcia/sym53c500_cs.c | |||
@@ -916,7 +916,6 @@ SYM53C500_attach(struct pcmcia_device *p_dev) | |||
916 | link->irq.Attributes = IRQ_TYPE_EXCLUSIVE; | 916 | link->irq.Attributes = IRQ_TYPE_EXCLUSIVE; |
917 | link->irq.IRQInfo1 = IRQ_LEVEL_ID; | 917 | link->irq.IRQInfo1 = IRQ_LEVEL_ID; |
918 | link->conf.Attributes = CONF_ENABLE_IRQ; | 918 | link->conf.Attributes = CONF_ENABLE_IRQ; |
919 | link->conf.Vcc = 50; | ||
920 | link->conf.IntType = INT_MEMORY_AND_IO; | 919 | link->conf.IntType = INT_MEMORY_AND_IO; |
921 | link->conf.Present = PRESENT_OPTION; | 920 | link->conf.Present = PRESENT_OPTION; |
922 | 921 | ||