diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-15 17:26:29 -0400 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2013-10-15 19:54:57 -0400 |
commit | 083368f7b8c03a0b3eaa048e84eb9fa9573745d4 (patch) | |
tree | e4ae49f4e95684682b22463596ea6bed76cb74c5 /include/net | |
parent | 3edaf092c271d91228c66a48b415c92925b83d0b (diff) |
Bluetooth: Make mgmt_new_ltk() return void
The return value of mgmt_new_ltk() function is not used and
so just change it to return void.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 5d8d322a0855..0a3a10a76b6c 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h | |||
@@ -1125,7 +1125,7 @@ void mgmt_remote_name(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 link_type, | |||
1125 | void mgmt_discovering(struct hci_dev *hdev, u8 discovering); | 1125 | void mgmt_discovering(struct hci_dev *hdev, u8 discovering); |
1126 | int mgmt_device_blocked(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type); | 1126 | int mgmt_device_blocked(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type); |
1127 | int mgmt_device_unblocked(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type); | 1127 | int mgmt_device_unblocked(struct hci_dev *hdev, bdaddr_t *bdaddr, u8 type); |
1128 | int mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, u8 persistent); | 1128 | void mgmt_new_ltk(struct hci_dev *hdev, struct smp_ltk *key, u8 persistent); |
1129 | void mgmt_reenable_advertising(struct hci_dev *hdev); | 1129 | void mgmt_reenable_advertising(struct hci_dev *hdev); |
1130 | 1130 | ||
1131 | /* HCI info for socket */ | 1131 | /* HCI info for socket */ |