diff options
Diffstat (limited to 'drivers/bluetooth/btuart_cs.c')
-rw-r--r-- | drivers/bluetooth/btuart_cs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/bluetooth/btuart_cs.c b/drivers/bluetooth/btuart_cs.c index 1073d660d625..4ed7288f99db 100644 --- a/drivers/bluetooth/btuart_cs.c +++ b/drivers/bluetooth/btuart_cs.c | |||
@@ -67,7 +67,6 @@ MODULE_LICENSE("GPL"); | |||
67 | 67 | ||
68 | typedef struct btuart_info_t { | 68 | typedef struct btuart_info_t { |
69 | struct pcmcia_device *p_dev; | 69 | struct pcmcia_device *p_dev; |
70 | dev_node_t node; | ||
71 | 70 | ||
72 | struct hci_dev *hdev; | 71 | struct hci_dev *hdev; |
73 | 72 | ||
@@ -680,9 +679,6 @@ found_port: | |||
680 | if (btuart_open(info) != 0) | 679 | if (btuart_open(info) != 0) |
681 | goto failed; | 680 | goto failed; |
682 | 681 | ||
683 | strcpy(info->node.dev_name, info->hdev->name); | ||
684 | link->dev_node = &info->node; | ||
685 | |||
686 | return 0; | 682 | return 0; |
687 | 683 | ||
688 | failed: | 684 | failed: |