* [PATCH] Bluetooth: coredump: Do not export hci_devcd_rx() and hci_devcd_timeout()
@ 2026-07-09 4:14 Zijun Hu
2026-07-10 20:10 ` patchwork-bot+bluetooth
0 siblings, 1 reply; 2+ messages in thread
From: Zijun Hu @ 2026-07-09 4:14 UTC (permalink / raw)
To: Marcel Holtmann, Luiz Augusto von Dentz
Cc: Zijun Hu, linux-bluetooth, linux-kernel, Zijun Hu
Do not export both functions since they are only used internally
within the bluetooth module.
Signed-off-by: Zijun Hu <zijun.hu@oss.qualcomm.com>
---
net/bluetooth/coredump.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/net/bluetooth/coredump.c b/net/bluetooth/coredump.c
index 720cb79adf96..c0f027fab583 100644
--- a/net/bluetooth/coredump.c
+++ b/net/bluetooth/coredump.c
@@ -390,7 +390,6 @@ void hci_devcd_rx(struct work_struct *work)
hci_dev_unlock(hdev);
}
}
-EXPORT_SYMBOL(hci_devcd_rx);
void hci_devcd_timeout(struct work_struct *work)
{
@@ -416,7 +415,6 @@ void hci_devcd_timeout(struct work_struct *work)
hci_dev_unlock(hdev);
}
-EXPORT_SYMBOL(hci_devcd_timeout);
int hci_devcd_register(struct hci_dev *hdev, coredump_t coredump,
dmp_hdr_t dmp_hdr, notify_change_t notify_change)
---
base-commit: ca75417ab1793f23b3ddc91869f0809b593d6954
change-id: 20260708-unexport_symbol-7649c4f1846d
Best regards,
--
Zijun Hu <zijun.hu@oss.qualcomm.com>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-10 20:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-09 4:14 [PATCH] Bluetooth: coredump: Do not export hci_devcd_rx() and hci_devcd_timeout() Zijun Hu
2026-07-10 20:10 ` patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox