diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-17 17:24:19 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-18 10:46:54 +0300 |
commit | bdc3e0f1d2019fbf89f150ed98860b1a7a762fe9 (patch) | |
tree | 8342c38bc031b2287f2934be740c6991feea5069 /include/net | |
parent | ffcecac6a7380af84d4c1d676a6c3c524d31eeda (diff) | |
download | op-kernel-dev-bdc3e0f1d2019fbf89f150ed98860b1a7a762fe9.zip op-kernel-dev-bdc3e0f1d2019fbf89f150ed98860b1a7a762fe9.tar.gz |
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 c6becda..9b5db01 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); int hci_recv_stream_fragment(struct hci_dev *hdev, void *data, int count); void hci_init_sysfs(struct hci_dev *hdev); -int hci_add_sysfs(struct hci_dev *hdev); -void hci_del_sysfs(struct hci_dev *hdev); void hci_conn_init_sysfs(struct hci_conn *conn); void hci_conn_add_sysfs(struct hci_conn *conn); void hci_conn_del_sysfs(struct hci_conn *conn); |