diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index 0ec8a94bd712f2444a9ee82224a40c6e639228de..17bcbc13623fe63476dfeaa1e1ab3559f648b84e 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c @@ -134,6 +134,7 @@ int hci_uart_tx_wakeup(struct hci_uart *hu) return 0; } +EXPORT_SYMBOL_GPL(hci_uart_tx_wakeup); static void hci_uart_write_work(struct work_struct *work) { diff --git a/drivers/bluetooth/hci_serdev.c b/drivers/bluetooth/hci_serdev.c index 3b8ac0ece3fbf6a3dc9c3091e5f44afe9b8eff00..7de0edc0ff8cd73bca5d81bc1a96794c35234a17 100644 --- a/drivers/bluetooth/hci_serdev.c +++ b/drivers/bluetooth/hci_serdev.c @@ -353,3 +353,4 @@ int hci_uart_register_device(struct hci_uart *hu, p->close(hu); return err; } +EXPORT_SYMBOL_GPL(hci_uart_register_device);