diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-17 20:24:19 -0400 |
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-18 03:46:54 -0400 |
| commit | bdc3e0f1d2019fbf89f150ed98860b1a7a762fe9 (patch) | |
| tree | 8342c38bc031b2287f2934be740c6991feea5069 /include/net | |
| parent | ffcecac6a7380af84d4c1d676a6c3c524d31eeda (diff) | |
Bluetooth: Move device_add handling into hci_register_dev
The device_add handling can be done directly in hci_register_dev and
device_remove within hci_unregister_dev.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
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); | |||
| 768 | int hci_recv_stream_fragment(struct hci_dev *hdev, void *data, int count); | 768 | int hci_recv_stream_fragment(struct hci_dev *hdev, void *data, int count); |
| 769 | 769 | ||
| 770 | void hci_init_sysfs(struct hci_dev *hdev); | 770 | void hci_init_sysfs(struct hci_dev *hdev); |
| 771 | int hci_add_sysfs(struct hci_dev *hdev); | ||
| 772 | void hci_del_sysfs(struct hci_dev *hdev); | ||
| 773 | void hci_conn_init_sysfs(struct hci_conn *conn); | 771 | void hci_conn_init_sysfs(struct hci_conn *conn); |
| 774 | void hci_conn_add_sysfs(struct hci_conn *conn); | 772 | void hci_conn_add_sysfs(struct hci_conn *conn); |
| 775 | void hci_conn_del_sysfs(struct hci_conn *conn); | 773 | void hci_conn_del_sysfs(struct hci_conn *conn); |
