diff mbox series

[v3,1/2] Bluetooth: hci_sync: Add EXPORT_SYMBOL to hci_reset_sync

Message ID 20240411144214.109478-1-luiz.dentz@gmail.com
State New
Headers show
Series [v3,1/2] Bluetooth: hci_sync: Add EXPORT_SYMBOL to hci_reset_sync | expand

Commit Message

Luiz Augusto von Dentz April 11, 2024, 2:42 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds EXPORT_SYMBOL to hci_reset_sync so it can be used by modules.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
---
 net/bluetooth/hci_sync.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c
index 4c707eb64e6f..908de8df5599 100644
--- a/net/bluetooth/hci_sync.c
+++ b/net/bluetooth/hci_sync.c
@@ -3486,6 +3486,7 @@  int hci_reset_sync(struct hci_dev *hdev)
 
 	return 0;
 }
+EXPORT_SYMBOL(hci_reset_sync);
 
 static int hci_init0_sync(struct hci_dev *hdev)
 {