diff options
Diffstat (limited to 'drivers/bluetooth/dtl1_cs.c')
-rw-r--r-- | drivers/bluetooth/dtl1_cs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c index 39dbe7300d0f..86617ee80e59 100644 --- a/drivers/bluetooth/dtl1_cs.c +++ b/drivers/bluetooth/dtl1_cs.c | |||
@@ -577,7 +577,6 @@ static int dtl1_attach(struct pcmcia_device *p_dev) | |||
577 | link->irq.Instance = info; | 577 | link->irq.Instance = info; |
578 | 578 | ||
579 | link->conf.Attributes = CONF_ENABLE_IRQ; | 579 | link->conf.Attributes = CONF_ENABLE_IRQ; |
580 | link->conf.Vcc = 50; | ||
581 | link->conf.IntType = INT_MEMORY_AND_IO; | 580 | link->conf.IntType = INT_MEMORY_AND_IO; |
582 | 581 | ||
583 | link->handle = p_dev; | 582 | link->handle = p_dev; |
@@ -634,7 +633,6 @@ static void dtl1_config(dev_link_t *link) | |||
634 | u_short buf[256]; | 633 | u_short buf[256]; |
635 | cisparse_t parse; | 634 | cisparse_t parse; |
636 | cistpl_cftable_entry_t *cf = &parse.cftable_entry; | 635 | cistpl_cftable_entry_t *cf = &parse.cftable_entry; |
637 | config_info_t config; | ||
638 | int i, last_ret, last_fn; | 636 | int i, last_ret, last_fn; |
639 | 637 | ||
640 | tuple.TupleData = (cisdata_t *)buf; | 638 | tuple.TupleData = (cisdata_t *)buf; |
@@ -654,8 +652,6 @@ static void dtl1_config(dev_link_t *link) | |||
654 | 652 | ||
655 | /* Configure card */ | 653 | /* Configure card */ |
656 | link->state |= DEV_CONFIG; | 654 | link->state |= DEV_CONFIG; |
657 | i = pcmcia_get_configuration_info(handle, &config); | ||
658 | link->conf.Vcc = config.Vcc; | ||
659 | 655 | ||
660 | tuple.TupleData = (cisdata_t *)buf; | 656 | tuple.TupleData = (cisdata_t *)buf; |
661 | tuple.TupleOffset = 0; | 657 | tuple.TupleOffset = 0; |