diff options
Diffstat (limited to 'drivers/bluetooth/btuart_cs.c')
| -rw-r--r-- | drivers/bluetooth/btuart_cs.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/bluetooth/btuart_cs.c b/drivers/bluetooth/btuart_cs.c index c889bf8109a1..746ccca97f6f 100644 --- a/drivers/bluetooth/btuart_cs.c +++ b/drivers/bluetooth/btuart_cs.c @@ -502,6 +502,7 @@ static int btuart_open(btuart_info_t *info)  	hdev->type = HCI_PCCARD;  	hdev->driver_data = info; +	SET_HCIDEV_DEV(hdev, &info->p_dev->dev);  	hdev->open     = btuart_hci_open;  	hdev->close    = btuart_hci_close; | 
