aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index c6becda8c466..9b5db01bd1a2 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -768,8 +768,6 @@ int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count);
768int hci_recv_stream_fragment(struct hci_dev *hdev, void *data, int count); 768int hci_recv_stream_fragment(struct hci_dev *hdev, void *data, int count);
769 769
770void hci_init_sysfs(struct hci_dev *hdev); 770void hci_init_sysfs(struct hci_dev *hdev);
771int hci_add_sysfs(struct hci_dev *hdev);
772void hci_del_sysfs(struct hci_dev *hdev);
773void hci_conn_init_sysfs(struct hci_conn *conn); 771void hci_conn_init_sysfs(struct hci_conn *conn);
774void hci_conn_add_sysfs(struct hci_conn *conn); 772void hci_conn_add_sysfs(struct hci_conn *conn);
775void hci_conn_del_sysfs(struct hci_conn *conn); 773void hci_conn_del_sysfs(struct hci_conn *conn);