Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzi...
[deliverable/linux.git] / drivers / bluetooth / bt3c_cs.c
index 1ad9694d4450ff842998179b8e3ef7fdeaf21278..21e05fdc912196d38f7ce5e73389338f9cd5b672 100644 (file)
@@ -72,7 +72,6 @@ MODULE_FIRMWARE("BT3CPCC.bin");
 
 typedef struct bt3c_info_t {
        struct pcmcia_device *p_dev;
-       dev_node_t node;
 
        struct hci_dev *hdev;
 
@@ -751,9 +750,6 @@ found_port:
        if (bt3c_open(info) != 0)
                goto failed;
 
-       strcpy(info->node.dev_name, info->hdev->name);
-       link->dev_node = &info->node;
-
        return 0;
 
 failed:
This page took 0.028127 seconds and 5 git commands to generate.