Bluetooth: Convert controller hdev->type to hdev->bus
[pandora-kernel.git] / drivers / bluetooth / hci_ldisc.c
index aa09193..76a1abb 100644 (file)
@@ -383,7 +383,7 @@ static int hci_uart_register_dev(struct hci_uart *hu)
 
        hu->hdev = hdev;
 
-       hdev->type = HCI_UART;
+       hdev->bus = HCI_UART;
        hdev->driver_data = hu;
 
        hdev->open  = hci_uart_open;