diff options
Diffstat (limited to 'drivers/bluetooth/bt3c_cs.c')
-rw-r--r-- | drivers/bluetooth/bt3c_cs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/bluetooth/bt3c_cs.c b/drivers/bluetooth/bt3c_cs.c index 1ad9694d4450..21e05fdc9121 100644 --- a/drivers/bluetooth/bt3c_cs.c +++ b/drivers/bluetooth/bt3c_cs.c | |||
@@ -72,7 +72,6 @@ MODULE_FIRMWARE("BT3CPCC.bin"); | |||
72 | 72 | ||
73 | typedef struct bt3c_info_t { | 73 | typedef struct bt3c_info_t { |
74 | struct pcmcia_device *p_dev; | 74 | struct pcmcia_device *p_dev; |
75 | dev_node_t node; | ||
76 | 75 | ||
77 | struct hci_dev *hdev; | 76 | struct hci_dev *hdev; |
78 | 77 | ||
@@ -751,9 +750,6 @@ found_port: | |||
751 | if (bt3c_open(info) != 0) | 750 | if (bt3c_open(info) != 0) |
752 | goto failed; | 751 | goto failed; |
753 | 752 | ||
754 | strcpy(info->node.dev_name, info->hdev->name); | ||
755 | link->dev_node = &info->node; | ||
756 | |||
757 | return 0; | 753 | return 0; |
758 | 754 | ||
759 | failed: | 755 | failed: |