diff options
| author | Zijun Hu <zijun.hu@oss.qualcomm.com> | 2026-07-08 21:14:53 -0700 |
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2026-08-07 12:35:43 -0400 |
| commit | e6b4232bde0219adb11334e65fe7577a21e86458 (patch) | |
| tree | 4a9a386206b09dc9455ac854a7b37d8490ff4054 | |
| parent | 335d7bd554a20f33acf762655cafe1089f7f5822 (diff) | |
| download | linux-e6b4232bde0219adb11334e65fe7577a21e86458.tar.gz linux-e6b4232bde0219adb11334e65fe7577a21e86458.zip | |
Bluetooth: coredump: Do not export hci_devcd_rx() and hci_devcd_timeout()
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>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
| -rw-r--r-- | net/bluetooth/coredump.c | 2 |
1 files changed, 0 insertions, 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) |
